diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 6 |
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> |