From 4ee56c560f4748d2bef41b1fadd5a36d6a6e388a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 7 Feb 2011 13:21:43 +0000 Subject: [PATCH] -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 --- xCAT-server/share/xcat/netboot/rh/dracut/install.netboot | 2 +- xCAT-server/share/xcat/netboot/rh/dracut/install.statelite | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/netboot/rh/dracut/install.netboot b/xCAT-server/share/xcat/netboot/rh/dracut/install.netboot index c8c8153c7..6436b7302 100755 --- a/xCAT-server/share/xcat/netboot/rh/dracut/install.netboot +++ b/xCAT-server/share/xcat/netboot/rh/dracut/install.netboot @@ -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" diff --git a/xCAT-server/share/xcat/netboot/rh/dracut/install.statelite b/xCAT-server/share/xcat/netboot/rh/dracut/install.statelite index 4e5b33975..19e3f95b3 100755 --- a/xCAT-server/share/xcat/netboot/rh/dracut/install.statelite +++ b/xCAT-server/share/xcat/netboot/rh/dracut/install.statelite @@ -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"