summaryrefslogtreecommitdiff
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
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.
-rw-r--r--debian/changelog3
-rw-r--r--en/appendix/preseed.xml4
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ac8c304bb..a2b8352e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,9 @@ installation-guide (2009xxxx) UNRELEASED; urgency=low
- Document partman/mount_style, which controls how filesystems are
mounted.
* Document pkgsel/include/install-recommends.
+ * partman/confirm_write_new_label was renamed to
+ partman-partitioning/confirm_write_new_label in r50363, December 2007.
+ Adjust preseeding documentation to match.
[ Frans Pop ]
* Document installation of localization tasks.
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>