From: Michal Soltys Date: Fri, 7 Oct 2011 20:23:52 +0000 (+0200) Subject: manuals: add info about fs-lib (fsck) configuration X-Git-Tag: 014~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c5da0157fad6bde8318dc653d88871f30cd645a;p=thirdparty%2Fdracut.git manuals: add info about fs-lib (fsck) configuration in dracut.8.xml & dracut.conf.5.xml Signed-off-by: Michal Soltys --- diff --git a/dracut.8.xml b/dracut.8.xml index 47cc371de..882eac69b 100644 --- a/dracut.8.xml +++ b/dracut.8.xml @@ -244,6 +244,25 @@ include in the generic initramfs. This parameter can be specified multiple times do not include local /etc/lvm/lvm.conf + + + + + + add a space-separated list of fsck tools, in addition to + dracut.conf's specification; the + installation is opportunistic (non-exisiting tools are ignored) + + + + + + + + + inhibit installation of any fsck tools + + diff --git a/dracut.conf.5.xml b/dracut.conf.5.xml index 697e65502..dbcdb9004 100644 --- a/dracut.conf.5.xml +++ b/dracut.conf.5.xml @@ -1,5 +1,6 @@ + dracut.conf @@ -154,6 +155,27 @@ initramfs. Include local /etc/lvm/lvm.conf (default=yes) + + + fscks=" <fsck tools> " + + + Add a space-separated list of fsck tools. If nothing is + specified, the default is: "umount mount + /sbin/fsck* xfs_db xfs_check xfs_repair e2fsck jfs_fsck + reiserfsck btrfsck" + + The installation is opportunistic (non-exisiting tools are ignored). + + + + + nofscks="{yes}" + + + If specified, inhibit installation of any fsck tools. + + kernel_only="{yes|no}"