bug3872: stay on 'booting' when installing sles10
This commit is contained in:
parent
7de10e0ff5
commit
107c598a46
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user