summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-06-17 11:35:36 +0000
committerColin Watson <cjwatson@debian.org>2009-06-17 11:35:36 +0000
commita9eee7c6f96a0f010d88c173945b210c8c60d958 (patch)
tree99fcb85a83dbcd7c13ce57a69865e8729805abb7 /en
parent63198149669ed8fdebadcd9b8feb75382a66fe19 (diff)
downloadinstallation-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')
-rw-r--r--en/appendix/preseed.xml4
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>