diff options
author | Peter Hjalmarsson <xake@rymdraket.net> | 2013-03-05 22:45:45 +0100 |
---|---|---|
committer | Peter Hjalmarsson <xake@rymdraket.net> | 2013-03-31 14:45:08 +0200 |
commit | e4ab952d639ff69e57fefa3e3855ee81d4d555fb (patch) | |
tree | 91b4ff23d43b407f50d9f46179eb3901a955f7c5 /doc | |
parent | Add ehci-pci to MODULES_USB, needed by 3.8 kernels, see bug #458606 (diff) | |
download | genkernel-e4ab952d639ff69e57fefa3e3855ee81d4d555fb.tar.gz genkernel-e4ab952d639ff69e57fefa3e3855ee81d4d555fb.tar.bz2 genkernel-e4ab952d639ff69e57fefa3e3855ee81d4d555fb.zip |
Add rootflags to switches we understand
Nearly every general documentation including the one in the
kernel tree and the scripts for GRUB2 all expects this flag
to work.
Signed-off-by: Peter Hjalmarsson <xake@rymdraket.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/genkernel.8.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 4691a981..86d7d537 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -545,9 +545,13 @@ which the ramdisk scripts would recognize. *aufs*:: Enables support for AUFS2 (if available in the kernel). -*real_rootflags*=<...>:: +*rootflags*=<...>:: Additional flags to mount the real root system with. - For example *real_rootflags*=noatime would make "-o ro,noatime". + For example *rootflags*=noatime would make "-o ro,noatime". + +*real_rootflags*=<...>:: + Legacy kernel parameter from kernel-2.4 initrd. + Does the same as *rootflags*=, which should be used in its place. *real_resume*=<...>:: *resume*=<...>:: |