From 10a1b7502da1ca577611a6684bc76820d20086b0 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Mon, 19 May 2014 10:20:00 -0400 Subject: [PATCH] rh7 statelite support. remove the root dir from fstab to avoiding the remount which overwrite the root dir to rw --- .../share/xcat/netboot/rh/compute.rhels7.ppc64.postinstall | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/rh/compute.rhels7.ppc64.postinstall b/xCAT-server/share/xcat/netboot/rh/compute.rhels7.ppc64.postinstall index 246dbdd63..dc423d20d 100755 --- a/xCAT-server/share/xcat/netboot/rh/compute.rhels7.ppc64.postinstall +++ b/xCAT-server/share/xcat/netboot/rh/compute.rhels7.ppc64.postinstall @@ -25,7 +25,6 @@ cat <$installroot/etc/fstab proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 devpts /dev/pts devpts rw,gid=5,mode=620 0 0 -${profile}_${arch} / tmpfs rw 0 1 END