summaryrefslogtreecommitdiff
path: root/nl/appendix/preseed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nl/appendix/preseed.xml')
-rw-r--r--nl/appendix/preseed.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml
index cfd607830..35f445ff4 100644
--- a/nl/appendix/preseed.xml
+++ b/nl/appendix/preseed.xml
@@ -1,5 +1,5 @@
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 43525 untranslated -->
+!-- retain these comments for translator revision tracking -->
+<!-- original version: 43580 untranslated -->
<!--
Be carefull with the format of this file as it is parsed to generate
@@ -805,9 +805,9 @@ d-i netcfg/wireless_wep string
<title>Mirror settings</title>
<para>
-Depending on the installation method you use, a mirror may be used both to
-download additional components of the installer, the base system and to
-set up the <filename>/etc/apt/sources.list</filename> for the installed
+Depending on the installation method you use, a mirror may be used to
+download additional components of the installer, to install the base system,
+and to set up the <filename>/etc/apt/sources.list</filename> for the installed
system.
</para><para>
@@ -846,8 +846,8 @@ d-i mirror/http/proxy string
<para>
Using preseeding to partition the harddisk is very much limited to what is
-supported by <classname>partman-auto</classname>. You can choose to either
-partition existing free space on a disk or a whole disk. The layout of the
+supported by <classname>partman-auto</classname>. You can choose to partition
+either existing free space on a disk or a whole disk. The layout of the
disk can be determined by using a predefined recipe, a custom recipe from
a recipe file or a recipe included in the preconfiguration file. It is
currently not possible to partition multiple disks using preseeding.
@@ -1142,8 +1142,8 @@ installation. The only questions asked concern the installation of the kernel.
# if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true
-# This one makes grub-installer install to the MBR if if finds some other OS
-# too, which is less safe as it might not be able to boot that other OS.
+# This one makes grub-installer install to the MBR if it also finds some other
+# OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true
# Alternatively, if you want to install to a location other than the mbr,
@@ -1213,8 +1213,8 @@ set of packages in some other way. We recommend always including the
If you want to install some individual packages in addition to packages
installed by tasks, you can use the parameter
<classname>pkgsel/include</classname>. The value of this parameter can be
-either comma-separated or space-separated, so you can also use it easily on
-the kernel command line.
+a list of packages separated by either commas or spaces, which allows it
+to be used easily on the kernel command line as well.
</para>