@@ -82,18 +82,18 @@
echo '** Setting up overlay files...'
echo mkdir -p /
mkdir -p /
-echo tar xfp /image/21477ed0e7d840904ebcf98675852ea4 -C /
-tar xfp /image/21477ed0e7d840904ebcf98675852ea4 -C /
-echo rm /image/21477ed0e7d840904ebcf98675852ea4
-rm /image/21477ed0e7d840904ebcf98675852ea4
+echo tar xfp /image/ac040e37efe8adadcd3fc761aa611987 -C /
+tar xfp /image/ac040e37efe8adadcd3fc761aa611987 -C /
+echo rm /image/ac040e37efe8adadcd3fc761aa611987
+rm /image/ac040e37efe8adadcd3fc761aa611987
mkdir -p /root/
-mv /studio/overlay-tmp/files//root//add_sle_repos.sh /root//add_sle_repos.sh
-chown root:root /root//add_sle_repos.sh
-chmod 700 /root//add_sle_repos.sh
+mv /studio/overlay-tmp/files/root/add_sle_repos.sh /root/add_sle_repos.sh
+chown root:root /root/add_sle_repos.sh
+chmod 700 /root/add_sle_repos.sh
mkdir -p /root/
-mv /studio/overlay-tmp/files//root//fix_perm.sh /root//fix_perm.sh
-chown root:root /root//fix_perm.sh
-chmod 700 /root//fix_perm.sh
+mv /studio/overlay-tmp/files/root/fix_perm.sh /root/fix_perm.sh
+chown root:root /root/fix_perm.sh
+chmod 700 /root/fix_perm.sh
chown root:root /build-custom
chmod +x /build-custom
# run custom build_script after build
|