diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 5 | ||||
-rw-r--r-- | en/boot-installer/accessibility.xml | 9 | ||||
-rw-r--r-- | en/preparing/minimum-hardware-reqts.xml | 14 |
3 files changed, 22 insertions, 6 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index c55860e34..4364d6634 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1164,6 +1164,11 @@ correct one will be selected before using preseeding. # - crypto: use LVM within an encrypted partition d-i partman-auto/method string lvm +# You can define the amount of space that will be used for the LVM volume +# group. It can either be a size with its unit (eg. 20 GB), a percentage of +# free space or the 'max' keyword. +d-i partman-auto-lvm/guided_size string max + # If one of the disks that are going to be automatically partitioned # contains an old LVM configuration, the user will normally receive a # warning. This can be preseeded away... diff --git a/en/boot-installer/accessibility.xml b/en/boot-installer/accessibility.xml index 52853a9d8..54e82a6f0 100644 --- a/en/boot-installer/accessibility.xml +++ b/en/boot-installer/accessibility.xml @@ -92,6 +92,11 @@ speech synthesis will be automatically installed on the target system. </para><para> +If several sound cards are detected, you will be prompted to press &enterkey; +when you hear speech from the desired sound card. + +</para><para> + The first question (language) is spoken in english, and the remainder of installation is spoken in the selected language (if available in <classname>espeak</classname>). @@ -168,7 +173,9 @@ the boot parameter by typing <userinput>h</userinput> &enterkey;. <para> For users with low vision, the installer can use a high-contrast -color theme that makes it more readable. To enable it, append the +color theme that makes it more readable. To enable it, you can +use the <quote>Accessible high contrast</quote> entry from the boot screen with the +<userinput>c</userinput> shortcut, or append the <userinput>theme=dark</userinput> boot parameter. </para> diff --git a/en/preparing/minimum-hardware-reqts.xml b/en/preparing/minimum-hardware-reqts.xml index 443481903..618561202 100644 --- a/en/preparing/minimum-hardware-reqts.xml +++ b/en/preparing/minimum-hardware-reqts.xml @@ -41,13 +41,13 @@ Any OldWorld or NewWorld PowerPC can serve well as a desktop system. <tbody> <row> <entry>No desktop</entry> - <entry>128 megabytes</entry> + <entry>256 megabytes</entry> <entry>512 megabytes</entry> <entry>2 gigabytes</entry> </row><row arch="not-s390"> <entry>With Desktop</entry> - <entry>256 megabytes</entry> - <entry>1 gigabyte</entry> + <entry>512 megabytes</entry> + <entry>2 gigabytes</entry> <entry>10 gigabytes</entry> </row> @@ -55,9 +55,13 @@ Any OldWorld or NewWorld PowerPC can serve well as a desktop system. <para> +The minimum value assumes that swap will be enabled. + +</para><para> + The actual minimum memory requirements are a lot less than the numbers -listed in this table. Depending on the architecture, it is possible to -install &debian; with as little as 60MB (for amd64). +listed in this table. With swap enabled, it is possible to +install &debian; with as little as &minimum-memory-strict;. The same goes for the disk space requirements, especially if you pick and choose which applications to install; see <xref linkend="tasksel-size-list"/> for additional information on disk |