From 937a403872d17dcda64eef0d351aed5b507f7603 Mon Sep 17 00:00:00 2001 From: jjhua Date: Fri, 11 Jan 2013 11:34:31 +0000 Subject: [PATCH] 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 --- xCAT-server/share/xcat/install/scripts/post.xcat | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/share/xcat/install/scripts/post.xcat b/xCAT-server/share/xcat/install/scripts/post.xcat index a9ed82e21..aee59812f 100644 --- a/xCAT-server/share/xcat/install/scripts/post.xcat +++ b/xCAT-server/share/xcat/install/scripts/post.xcat @@ -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'