rh7 statelite support. remove the root dir from fstab to avoiding the remount which overwrite the root dir to rw

This commit is contained in:
daniceexi 2014-05-19 10:20:00 -04:00
parent b8cacc08b5
commit 990b282fc7

View File

@ -25,7 +25,6 @@ cat <<END >$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