diff options
author | Colin Watson <cjwatson@debian.org> | 2009-06-17 11:35:36 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-06-17 11:35:36 +0000 |
commit | a9eee7c6f96a0f010d88c173945b210c8c60d958 (patch) | |
tree | 99fcb85a83dbcd7c13ce57a69865e8729805abb7 /en/appendix | |
parent | 63198149669ed8fdebadcd9b8feb75382a66fe19 (diff) | |
download | installation-guide-a9eee7c6f96a0f010d88c173945b210c8c60d958.zip |
partman/confirm_write_new_label was renamed to
partman-partitioning/confirm_write_new_label in r50363, December 2007.
Adjust preseeding documentation to match.
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 933c51946..776935c6f 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1012,7 +1012,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-partitioning/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true </screen></informalexample> @@ -1083,7 +1083,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-partitioning/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true </screen></informalexample> |