Changes of Revision 17
[-] [+] | Changed | config.sh |
@@ -52,9 +52,10 @@ chkconfig sshd on # enable rpcbind chkconfig rpcbind on -chkconfig image-installer on chkconfig splash off chkconfig splash_early off +systemctl enable image-installer.service + chown root:root /build-custom chmod 755 /build-custom # run custom build_script after build | ||
[-] [+] | Changed | image-installer.kiwi ^ |
@@ -6,7 +6,7 @@ <specification>image-installer</specification> </description> <preferences> - <type checkprebuilt='true' boot='netboot/suse-12.2' fsnocheck='true' filesystem='ext3' compressed="true" kernelcmdline='quiet' image='pxe'/> + <type checkprebuilt='true' boot='netboot/suse-12.2' fsnocheck='true' filesystem='ext3' compressed="true" image='pxe'/> <version>0.0.2</version> <packagemanager>zypper</packagemanager> <rpm-check-signatures>false</rpm-check-signatures> |