-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:
		| @@ -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"  | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user