summaryrefslogtreecommitdiff
path: root/en
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 /en
parentcd1fdaf875f0f03dbb39f2467f9991de6a076a97 (diff)
downloadinstallation-guide-dfe95c23140ec93e8885708e31b8772794b914a6.zip
* Update preseeding docs to document listing more than one disk for
partman-auto/disk and grub-installer/bootdev
Diffstat (limited to 'en')
-rw-r--r--en/appendix/preseed.xml6
1 files changed, 5 insertions, 1 deletions
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>