diff options
author | Philipp Kern <pkern@debian.org> | 2010-10-15 19:03:12 +0000 |
---|---|---|
committer | Philipp Kern <pkern@debian.org> | 2010-10-15 19:03:12 +0000 |
commit | e143107f5163ae4b492ffc116918ab37c80c5188 (patch) | |
tree | b471a5e99a35d4b64d2e181ab1a8185417ae90c5 | |
parent | f7058ce2c99c65b5013355723210c08429a2ab68 (diff) | |
download | installation-guide-e143107f5163ae4b492ffc116918ab37c80c5188.zip |
appendix/preseed.xml: set bootloader preseeding (grub only) to any-x86
-rw-r--r-- | en/appendix/preseed.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index b7b0b1e36..7e9eff1c1 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1091,6 +1091,9 @@ d-i partman/confirm_nooverwrite boolean true You can also use preseeding to set up partitions on software RAID arrays. Supported are RAID levels 0, 1, 5, 6 and 10, creating degraded arrays and specifying spare devices. + +</para><para arch="any-x86"> + If you are using RAID 1, you can preseed grub to install to all devices used in the array; see <xref linkend="preseed-bootloader"/>. @@ -1414,7 +1417,7 @@ to be used easily on the kernel command line as well. </sect2> - <sect2 id="preseed-bootloader" arch="not-s390"> + <sect2 id="preseed-bootloader" arch="any-x86"> <title>Boot loader installation</title> <informalexample role="example"><screen> |