Changes of Revision 16
[-] [+] | Changed | config.sh |
@@ -52,6 +52,7 @@ chkconfig sshd on # enable rpcbind chkconfig rpcbind on +chkconfig image-installer on chkconfig splash off chkconfig splash_early off chown root:root /build-custom @@ -68,4 +69,5 @@ cp /image/.profile /studio/profile cp /image/config.xml /studio/config.xml rm -rf /studio/overlay-tmp + true |