Changes of Revision 7
[-] [+] | Changed | config.sh |
@@ -97,12 +97,13 @@ chown root:root /build-custom chmod +x /build-custom # run custom build_script after build -/build-custom test -d /studio || mkdir /studio cp /image/.profile /studio/profile cp /image/config.xml /studio/config.xml +/build-custom rm -rf /studio/overlay-tmp -true#====================================== +true +#====================================== # Configure MySQL database #-------------------------------------- | ||
[-] [+] | Changed | root.tar.bz2/build-custom ^ |
@@ -10,10 +10,10 @@ # # read in some variables -. /studio/profile +[ -f /studio/profile ] && . /studio/profile # read in KIWI utility functions -. /.kconfig +[ -f /.kconfig ] && . /.kconfig #====================================== # Prune extraneous files @@ -30,4 +30,4 @@ chkconfig mysql on chkconfig apache2 on /root/fix_perm.sh -exit 0 \ No newline at end of file +exit 0 |