summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-03-27 23:44:36 +0000
committerColin Watson <cjwatson@debian.org>2010-03-27 23:44:36 +0000
commit89f59e9e925aee26d8612529ae2b28ccfa814b7d (patch)
treee7f77709467b0c7b62591fa8d691d15fca126c71
parent61c0c19daf8b33780bfd63582c200520d26f1192 (diff)
downloadinstallation-guide-89f59e9e925aee26d8612529ae2b28ccfa814b7d.zip
partman now asks a slightly different (and less scary) confirmation
question if it doesn't appear that any data is being overwritten. Document the associated preseeding changes.
-rw-r--r--debian/changelog3
-rw-r--r--en/appendix/preseed.xml2
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2e65b2959..a22597297 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ installation-guide (2009xxxx) UNRELEASED; urgency=low
switch back to GRUB Legacy for those who need it.
* Remove spurious quoting in network-console documentation, pointed out by
Jonathan Amery.
+ * partman now asks a slightly different (and less scary) confirmation
+ question if it doesn't appear that any data is being overwritten.
+ Document the associated preseeding changes.
[ Frans Pop ]
* Add missing hyphen in command "kbd-config". With thanks to Tapio Lehtonen.
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 1ec02948a..584415de9 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1073,6 +1073,7 @@ d-i partman-auto/choose_recipe select atomic
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
+d-i partman/confirm_nooverwrite boolean true
</screen></informalexample>
</sect3>
@@ -1146,6 +1147,7 @@ d-i partman-md/confirm 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
+d-i partman/confirm_nooverwrite boolean true
</screen></informalexample>
</sect3>