]> git.ipfire.org Git - thirdparty/dracut.git/commit
fs-lib: add ability to choose fsck tools
authorMichal Soltys <soltys@ziu.info>
Fri, 7 Oct 2011 20:23:51 +0000 (22:23 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 10 Oct 2011 09:54:26 +0000 (11:54 +0200)
commit25b45979f20e5b6b4dfb5a15b1b8f93bccc60625
tree5b2a48a3a0aac4f3f1c7669b1f0653202e768d79
parent77270329ba94b15c03e2f8154b0866d249e2d71f
fs-lib: add ability to choose fsck tools

in dracut.conf:

fscks="<tools>"
nofscks="yes"

and similary on command line:

--fscks [LIST] (in addition to conf's, if defined there)
--nofscks

Signed-off-by: Michal Soltys <soltys@ziu.info>
dracut
dracut.conf
modules.d/99fs-lib/fs-lib.sh
modules.d/99fs-lib/module-setup.sh