diff options
author | Dave Reisner <dreisner@archlinux.org> | 2016-09-09 14:23:01 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2016-09-09 14:29:03 +0200 |
commit | 2e79b928b9a87823dcaa4e0b073478b0bb03a223 (patch) | |
tree | a55c2c7f1d8dab8b25bcb5bc39d654dd00a76637 | |
parent | dfb71b073746999553c1f3bd21534ccf9018f4c9 (diff) | |
download | mkinitcpio-2e79b928b9a87823dcaa4e0b073478b0bb03a223.tar.gz mkinitcpio-2e79b928b9a87823dcaa4e0b073478b0bb03a223.tar.xz |
mkinitcpio(8): document rootflags= and rootfstype=
These were curiously omitted from the documentation.
ref: https://bugs.archlinux.org/task/50470
-rw-r--r-- | man/mkinitcpio.8.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man/mkinitcpio.8.txt b/man/mkinitcpio.8.txt index 2f1bb84..5c3118e 100644 --- a/man/mkinitcpio.8.txt +++ b/man/mkinitcpio.8.txt @@ -255,9 +255,18 @@ the kernel command line: *rootdelay=*'seconds':: Sets the delay, in seconds, that mkinitcpio is willing to wait for the root - device to show up, if it is not available immediately. This defaults to 5 + device to show up, if it is not available immediately. This defaults to 10 seconds. If an invalid integer is passed, this variable will have no effect. +*rootflags=*'flaglist':: + A comma-separated list of flags which will be passed onto the *mount*(8) + command when mounting the root filesystem. Acceptable values are filesystem + specific. + +*rootfstype=*'fstype':: + Overrides the type of filesystem being mounted as root. This should almost never + be needed as *mount*(8) usually detects this on its own. + *rd.debug*:: Enables shell debug (xtrace). If 'rd.log' is not also a parameter on the kernel command line, this parameter implies 'rd.log=console'. |