diff options
author | Colin Watson <cjwatson@debian.org> | 2007-12-12 21:28:23 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-12-12 21:28:23 +0000 |
commit | 686a6cabebe254946d5fc368e7b8d3acfbc0d53c (patch) | |
tree | 2d66e0069978d38410f68c2ba2608ced7c8f83b9 /en | |
parent | 560e9d32579e56f1600f3260a5390cbe50c47259 (diff) | |
download | installation-guide-686a6cabebe254946d5fc368e7b8d3acfbc0d53c.zip |
* Clarify that you need to actually provide an autopartitioning method as
well as preseeding the partman confirmation messages.
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index fab0313c8..7fc84790a 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -938,7 +938,8 @@ d-i partman-auto/choose_recipe \ # method{ swap } format{ } \ # . -# This makes partman automatically partition without confirmation. +# 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 |