diff options
author | Frans Pop <elendil@planet.nl> | 2006-10-23 12:17:04 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-10-23 12:17:04 +0000 |
commit | a67dba1421179cdc866770b726beb201d829f562 (patch) | |
tree | 8cb4e8346cc9d9f5e1afc4b915f0ea592d368975 /en/appendix | |
parent | fc6b2321aa349d7f1e0aa450a2478822fcc24c90 (diff) | |
download | installation-guide-a67dba1421179cdc866770b726beb201d829f562.zip |
Fix issues reported by Clytie Siddall
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 2069e1a68..633f59170 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -736,7 +736,7 @@ correct one will be selected before using preseeding. # If the system has free space you can choose to only partition that space. # Note: this must be preseeded with a localized (translated) value. #d-i partman-auto/init_automatically_partition \ -# select Use the largest continuous free space +# select Guided - use the largest continuous free space # Alternatively, you can specify a disk to partition. The device name # can be given in either devfs or traditional non-devfs format. @@ -768,7 +768,7 @@ d-i partman-auto/choose_recipe \ # just point at it. #d-i partman-auto/expert_recipe_file string /hd-media/recipe -# If not, you can put an entire recipe the preconfiguration file in one +# If not, you can put an entire recipe into the preconfiguration file in one # (logical) line. This example creates a small /boot partition, suitable # swap, and uses the rest of the space for the root partition: #d-i partman-auto/expert_recipe string \ |