diff options
Diffstat (limited to 'nl/appendix')
-rw-r--r-- | nl/appendix/preseed.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index 17bee2aaa..29c9fb3b5 100644 --- a/nl/appendix/preseed.xml +++ b/nl/appendix/preseed.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 48636 untranslated --> +<!-- original version: 48960 untranslated --> <!-- Be careful with the format of this file as it is parsed to generate @@ -893,7 +893,10 @@ d-i partman-auto/disk string /dev/discs/disc0/disc</phrase><phrase condition="le # Alternatively, you can specify a disk to partition. The device name must # be given in traditional non-devfs format. # For example, to use the first SCSI/SATA hard disk: -d-i partman-auto/disk string /dev/sda</phrase> +d-i partman-auto/disk string /dev/sda +# Note: If you want to use whatever disk is available, no matter +# what its device name, comment the line above out. This will only work if +# the system only has one disk.</phrase> # In addition, you'll need to specify the method to use. # The presently available methods are: "regular", "lvm" and "crypto" d-i partman-auto/method string lvm @@ -1151,10 +1154,15 @@ earlier questions. You can optionally add other (local) repositories. #d-i apt-setup/non-free boolean true #d-i apt-setup/contrib boolean true # Uncomment this if you don't want to use a network mirror. -#d-i apt-setup/use_mirror boolean false +#d-i apt-setup/use_mirror boolean false<phrase condition="etch"> # Uncomment this to avoid adding security sources, or # add a hostname to use a different server than security.debian.org. -#d-i apt-setup/security_host string +#d-i apt-setup/security_host string</phrase><phrase condition="lenny"> +# Select which update services to use; define the mirrors to be used. +# Values shown below are the normal defaults. +#d-i apt-setup/services-select multi-select security, volatile +#d-i apt-setup/security_host string security.debian.org +#d-i apt-setup/volatile_host string volatile.debian.org</phrase> # Additional repositories, local[0-9] available #d-i apt-setup/local0/repository string \ |