From dfe95c23140ec93e8885708e31b8772794b914a6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Aug 2006 22:42:15 +0000 Subject: * Update preseeding docs to document listing more than one disk for partman-auto/disk and grub-installer/bootdev --- en/appendix/preseed.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'en') 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) -- cgit v1.2.3