diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2011-06-07 03:27:58 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2011-06-07 03:28:07 +0200 |
commit | 3072476cd13987f00aae1e86bcc69e250c177873 (patch) | |
tree | c2a63dc933f3486e0640a4d06948f8ae85e2de3c /doc | |
parent | Docs: Fix mixup of boot parameters real_init= and init_opts= (diff) | |
download | genkernel-3072476cd13987f00aae1e86bcc69e250c177873.tar.gz genkernel-3072476cd13987f00aae1e86bcc69e250c177873.tar.bz2 genkernel-3072476cd13987f00aae1e86bcc69e250c177873.zip |
Docs: Improve docs on boot parameters dodmraid[=...] and scandelay[=...]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/genkernel.8.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index fab006e..73f9697 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -394,8 +394,8 @@ which the ramdisk scripts would recognize. software, and in case your encrypted device isn't open with the key, it opens a shell in the initrd quietly. -*dodmraid*=<...>:: - Passes arguments to dmraid on bootup. +*dodmraid*[=<...>]:: + Activate Device-Mapper RAID and (optionally) pass arguments to it. *real_init*=<...>:: Override location of init script, default is "/sbin/init". @@ -403,7 +403,7 @@ which the ramdisk scripts would recognize. *init_opts*=<...>:: Passes arguments to init on bootup. -*scandelay*=<...>:: +*scandelay*[=<...>]:: Pauses for 10 seconds before running devfsd if no argument is specified; otherwise pauses for the number of specified seconds. |