summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2006-08-17 22:42:15 +0000
committerJoey Hess <joeyh@debian.org>2006-08-17 22:42:15 +0000
commitdfe95c23140ec93e8885708e31b8772794b914a6 (patch)
tree344790ec069de48b07eb6e251269a56302902708
parentcd1fdaf875f0f03dbb39f2467f9991de6a076a97 (diff)
downloadinstallation-guide-dfe95c23140ec93e8885708e31b8772794b914a6.zip
* Update preseeding docs to document listing more than one disk for
partman-auto/disk and grub-installer/bootdev
-rw-r--r--debian/changelog6
-rw-r--r--en/appendix/preseed.xml6
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 77900c93a..9158692d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,7 +25,11 @@ installation-guide (2006xxxx) UNRELEASED; urgency=low
* Update information about booting with encrypted partitions.
Closes: #378651.
- -- Frans Pop <fjp@debian.org> Wed, 16 Aug 2006 22:38:21 +0200
+ [ Joey Hess ]
+ * Update preseeding docs to document listing more than one disk for
+ partman-auto/disk and grub-installer/bootdev
+
+ -- Joey Hess <joeyh@debian.org> Thu, 17 Aug 2006 18:34:51 -0400
installation-guide (20060726) unstable; urgency=low
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 6d1074c6d..8451e6e87 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -744,6 +744,8 @@ correct one will be selected before using preseeding.
d-i partman-auto/disk string /dev/discs/disc0/disc
# Or, if you want to use LVM:
#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc
+# Or, LVM with more than one disk:
+#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc /dev/discs/disc1/disc
# You can choose from any of the predefined partitioning recipes.
# Note: this must be preseeded with a localized (translated) value.
@@ -928,9 +930,11 @@ d-i grub-installer/with_other_os boolean true
# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
-#d-i grub-installer/bootdev string (hd0,0)
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
+#d-i grub-installer/bootdev string (hd0,0)
+# To install grub to multiple disks:
+#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)
</screen></informalexample>
</sect2>