summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Bobbio <lunar@debian.org>2008-09-26 10:47:58 +0000
committerJérémy Bobbio <lunar@debian.org>2008-09-26 10:47:58 +0000
commit9e84cb4c8c170fd7d0c61d5516498b9bbe304ab7 (patch)
treef2c56f5bb5f4ac9333763a0298e3f77951169a06
parent7cced7994f8241a50b7651360bd38e82dc698822 (diff)
downloadinstallation-guide-9e84cb4c8c170fd7d0c61d5516498b9bbe304ab7.zip
Mention parman-md/device_remove_md in preseeding appendix
-rw-r--r--debian/changelog1
-rw-r--r--en/appendix/preseed.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 30c70d617..bcd961691 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ installation-guide (2008xxxx) UNRELEASED; urgency=medium
[ Jérémy Bobbio ]
* Explicitly mention that preseeded keymaps must be known to d-i.
Closes: #493720
+ * Mention parman-md/device_remove_md in preseeding appendix.
-- Frans Pop <fjp@debian.org> Wed, 02 Jul 2008 17:06:28 +0200
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index f34b16ad3..630e203cc 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -953,6 +953,8 @@ d-i partman-auto/method string lvm
# contains an old LVM configuration, the user will normally receive a
# warning. This can be preseeded away...
d-i partman-lvm/device_remove_lvm boolean true
+# The same applies to pre-existing software RAID array:
+d-i parman-md/device_remove_md boolean true
# And the same goes for the confirmation to write the lvm partitions.
d-i partman-lvm/confirm boolean true