for defect 2971905,

removed the uncessary code in xcatinstallpost

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9223 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2011-04-02 02:02:59 +00:00
parent ac1c731021
commit ec81d5ae6b

View File

@ -14,17 +14,6 @@ fi
let SLI=$RANDOM%10
sleep $SLI
if grep 'rw /rw tmpfs ' /proc/mounts >& /dev/null; then
touch /var/lock/subsys/xcatmounts
echo '#!/bin/bash' > /etc/rc6.d/K10xcatmounts
echo umount -l /ro >> /etc/rc6.d/K10xcatmounts
echo umount -l /rw >> /etc/rc6.d/K10xcatmounts
chmod 755 /etc/rc6.d/K10xcatmounts
ln -sf /etc/rc6.d/K10xcatmounts /etc/rc0.d/K10xcatmounts
fi
cd /xcatpost;
PATH=/xcatpost:$PATH
export PATH