-Fix problem where stateless stacking called out incorrect path to fstab

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2074 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-09-04 19:50:10 +00:00
parent 2066d2619a
commit bb88a15432

View File

@ -281,7 +281,7 @@ if [ "\$NFS" = "1" ]; then
mount --move /ro /sysroot/ro
mount --move /rw /sysroot/rw
cp /etc/resolv.conf /sysroot/etc/
echo xcatfs / aufs rw,_netdev 0 0 >> /rw/etc/fstab
echo xcatfs / aufs rw,_netdev 0 0 >> /sysroot/etc/fstab
elif [ -r /rootimg.sfs ]; then
echo Setting up squashfs with ram overlay.
mknod /dev/loop0 b 7 0