bug3872: stay on 'booting' when installing sles10

This commit is contained in:
xq2005 2013-11-04 22:51:25 -08:00
parent 7de10e0ff5
commit 107c598a46

View File

@ -159,7 +159,11 @@ chmod 755 /opt/xcat/xcatinstallpost
export OSVER=#TABLE:nodetype:THISNODE:os#
if [[ $OSVER == sles* ]]; then
/sbin/insserv -p /etc/init.d xcatpostinit1
if [[ $OSVER == sles10* ]];then
/sbin/insserv xcatpostinit1
else
/sbin/insserv -p /etc/init.d xcatpostinit1
fi
fi
#chkconfig --add xcatpostinit1
chkconfig xcatpostinit1 on