From 4c5da0157fad6bde8318dc653d88871f30cd645a Mon Sep 17 00:00:00 2001 From: Michal Soltys Date: Fri, 7 Oct 2011 22:23:52 +0200 Subject: [PATCH] manuals: add info about fs-lib (fsck) configuration in dracut.8.xml & dracut.conf.5.xml Signed-off-by: Michal Soltys --- dracut.8.xml | 19 +++++++++++++++++++ dracut.conf.5.xml | 22 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 0 deletions(-) diff --git a/dracut.8.xml b/dracut.8.xml index 47cc371..882eac6 100644 --- a/dracut.8.xml +++ b/dracut.8.xml @@ -246,6 +246,25 @@ include in the generic initramfs. This parameter can be specified multiple times + + + + 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 697e655..dbcdb90 100644 --- a/dracut.conf.5.xml +++ b/dracut.conf.5.xml @@ -1,5 +1,6 @@ + dracut.conf @@ -156,6 +157,27 @@ initramfs. + 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}"