diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-03-17 12:51:52 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2014-03-17 12:51:52 -0700 |
commit | d8b85fd3c41e9fa7a9aa0224f33d5cf97e479fc8 (patch) | |
tree | 3e2b3a50c526504c407994ba198798b422fdf7e3 | |
parent | Remind users that the manpage documents the initramfs parameters. (diff) | |
download | genkernel-d8b85fd3c41e9fa7a9aa0224f33d5cf97e479fc8.tar.gz genkernel-d8b85fd3c41e9fa7a9aa0224f33d5cf97e479fc8.tar.bz2 genkernel-d8b85fd3c41e9fa7a9aa0224f33d5cf97e479fc8.zip |
Help users find the right section.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-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 098200e..8d890eb 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -382,10 +382,10 @@ OUTPUT SETTINGS in your kernel configuration. -RAMDISK OPTIONS ---------------- +RAMDISK/INITRAMFS OPTIONS +------------------------- The following options can be passed as kernel parameters from the bootloader, -which the ramdisk scripts would recognize. +which the ramdisk & initramfs scripts would recognize. *root*=<...>:: Specifies the device node of the root filesystem to mount. |