From 2e79b928b9a87823dcaa4e0b073478b0bb03a223 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 9 Sep 2016 08:23:01 -0400 Subject: mkinitcpio(8): document rootflags= and rootfstype= These were curiously omitted from the documentation. ref: https://bugs.archlinux.org/task/50470 --- man/mkinitcpio.8.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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'. -- cgit v1.2.3-24-g4f1b