From eb586d158633f40cef4fb94e71a392f2fb83ad75 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 3 Jul 2008 16:44:30 +0000 Subject: [PATCH] -Provide a better hint for service network stop git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1836 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/rh/genimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/rh/genimage b/xCAT-server/share/xcat/netboot/rh/genimage index 401f4c4f9..ff86db291 100755 --- a/xCAT-server/share/xcat/netboot/rh/genimage +++ b/xCAT-server/share/xcat/netboot/rh/genimage @@ -274,7 +274,6 @@ if [ "\$NFS" = "1" ]; then mkdir -p /rw/etc mkdir -p /rw/var/lib/dhclient cp /etc/resolv.conf /rw/etc/ - echo xcatfs / aufs rw,_netdev 0 0 > /rw/etc/mtab cp /var/lib/dhclient/dhclient.leases /rw/var/lib/dhclient/dhclient-$prinic.leases mount -t aufs -o dirs=/rw:/ro mergedroot /sysroot mkdir -p /sysroot/ro @@ -282,6 +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 elif [ -r /rootimg.sfs ]; then echo Setting up squashfs with ram overlay. mknod /dev/loop0 b 7 0