summaryrefslogtreecommitdiff
path: root/nl/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-10-05 23:05:43 +0000
committerFrans Pop <elendil@planet.nl>2008-10-05 23:05:43 +0000
commit51d84068e86ac581f752be829b1c825ad40a3062 (patch)
treec398c35d94f573b169e8ccc43722a95855a2278b /nl/appendix
parentf06ce9b0d84cf3346eecfe6d7890c3b7dec5a97e (diff)
downloadinstallation-guide-51d84068e86ac581f752be829b1c825ad40a3062.zip
Update of untranslated documents
Diffstat (limited to 'nl/appendix')
-rw-r--r--nl/appendix/preseed.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml
index 41555b412..99e28db21 100644
--- a/nl/appendix/preseed.xml
+++ b/nl/appendix/preseed.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 56253 untranslated -->
+<!-- original version: 56312 untranslated -->
<!--
Be careful with the format of this file as it is parsed to generate
@@ -940,8 +940,8 @@ correct one will be selected before using preseeding.
# 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:
# Note: A disk must be specified, unless the system has only one disk.
+# For example, to use the first SCSI/SATA hard disk:
#d-i partman-auto/disk string /dev/sda
# In addition, you'll need to specify the method to use.
# The presently available methods are: "regular", "lvm" and "crypto"
@@ -956,8 +956,10 @@ d-i parman-md/device_remove_md boolean true
# And the same goes for the confirmation to write the lvm partitions.
d-i partman-lvm/confirm boolean true
-# You can choose from any of the predefined partitioning recipes.
-# The standard recipes are: atomic, home and multi
+# You can choose one of the three predefined partitioning recipes:
+# - atomic: all files in one partition
+# - home: separate /home partition
+# - multi: separate /home, /usr, /var, and /tmp partitions
d-i partman-auto/choose_recipe select atomic
# Or provide a recipe of your own...
@@ -989,8 +991,7 @@ d-i partman-auto/choose_recipe select atomic
# This makes partman automatically partition without confirmation, provided
# that you told it what to do using one of the methods above.
d-i partman/confirm_write_new_label boolean true
-d-i partman/choose_partition \
- select Finish partitioning and write changes to disk
+d-i partman/choose_partition select finish
d-i partman/confirm boolean true
</screen></informalexample>
@@ -1061,8 +1062,7 @@ Check <filename>/var/log/syslog</filename> if you run into problems.
# This makes partman automatically partition without confirmation.
d-i partman-md/confirm boolean true
d-i partman/confirm_write_new_label boolean true
-d-i partman/choose_partition \
- select Finish partitioning and write changes to disk
+d-i partman/choose_partition select finish
d-i partman/confirm boolean true
</screen></informalexample>