-Do not require fsck for stateless/statelite

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8797 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-02-07 13:21:43 +00:00
parent 186781a22d
commit 4ee56c560f
2 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,6 @@
echo $drivers
dracut_install wget cpio gzip dash modprobe touch echo cut wc
dracut_install grep ifconfig hostname awk egrep grep dirname expr
dracut_install fsck.ext3 fsck.ext4 mount.nfs
dracut_install mount.nfs
inst "$moddir/xcatroot" "/sbin/xcatroot"
inst_hook cmdline 10 "$moddir/xcat-cmdline.sh"

View File

@ -2,5 +2,4 @@
echo $drivers
dracut_install wget cpio gzip dash modprobe wc touch echo cut
dracut_install grep ifconfig hostname awk egrep grep dirname expr
dracut_install fsck.ext3 fsck.ext4
inst_hook pre-pivot 5 "$moddir/xcat-prepivot.sh"