-Fix xcatdsklspost mistake

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1418 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-05-15 21:00:34 +00:00
parent c3ce0078d8
commit 4dd32396f8

View File

@ -14,7 +14,7 @@ fi
let SLI=$RANDOM%10
sleep $SLI
SIP=`grep dhcp-server-identifier /var/lib/dhclient/dhclient-*.leases|tail -n 1|awk '{print $3}'|sed -e 's/;//'`
SIP=`grep -h dhcp-server-identifier /var/lib/dhclient/dhclient-*.leases|tail -n 1|awk '{print $3}'|sed -e 's/;//'`
if grep 'rw /rw tmpfs ' /proc/mounts >& /dev/null; then
touch /var/lock/subsys/xcatmounts
echo '#!/bin/bash' > /etc/rc6.d/K10xcatmounts