use chkconfig xcatpostinit1 on to make sure xcatpostinit1 could be started when booting

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14861 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2013-01-11 11:34:31 +00:00
parent df090f8a4a
commit 937a403872

View File

@ -168,6 +168,7 @@ EOF
chmod 755 /opt/xcat/xcatinstallpost
chkconfig --add xcatpostinit1
chkconfig xcatpostinit1 on
#create the dskls post
cat >/opt/xcat/xcatdsklspost << 'EOF'