]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
debug: add fsck to debug module
authorHarald Hoyer <harald@redhat.com>
Mon, 2 Aug 2010 07:39:49 +0000 (09:39 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 2 Aug 2010 07:39:49 +0000 (09:39 +0200)
modules.d/95debug/install

index b9ddee452aec993055034b1822fe78fb0eebeaa2..46a479088c6d5e3a5665d5bba3315bb250a03ac6 100755 (executable)
@@ -1,3 +1,5 @@
 #!/bin/bash
 dracut_install -o ps grep more cat rm strace free showmount 
 dracut_install -o ping netstat rpcinfo vi scp ping6 ssh
+dracut_install -o fsck fsck.ext2 fsck.ext4 fsck.ext3 fsck.ext4dev fsck.vfat
+