summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Wagner <Ferenc.Wagner.wferi@niif.hu>2010-05-31 17:14:41 +0200
committerH. Peter Anvin <hpa@linux.intel.com>2010-06-07 14:53:44 -0700
commit068684738163202cbfe02eede0e9f7239492b35d (patch)
tree9da32fd121de84dfc7c38f934903726c630fa2a7
parentca77b78e7611cd21ea7b8b6ffdc0074f0f17a295 (diff)
downloadsyslinux-068684738163202cbfe02eede0e9f7239492b35d.tar.gz
extlinux docs: recommend the --raid option
When booting from RAID, recommend --raid. Signed-off-by: Ferenc Wagner <wferi@niif.hu> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--doc/extlinux.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/extlinux.txt b/doc/extlinux.txt
index 53f9f483..6974a517 100644
--- a/doc/extlinux.txt
+++ b/doc/extlinux.txt
@@ -97,9 +97,9 @@ preferred way to boot is:
- Install the MBR on *each disk*, and mark the RAID-1 partition
active.
-- Run "extlinux -i /boot" to install extlinux. This will install it on
- all the drives in the RAID-1 set, which means you can boot any
- combination of drives in any order.
+- Run "extlinux --raid --install /boot" to install extlinux. This
+ will install it on all the drives in the RAID-1 set, which means
+ you can boot any combination of drives in any order.