@@ -126,10 +126,10 @@
echo '** Setting up overlay files...'
echo mkdir -p /
mkdir -p /
-echo tar xfp /image/d207d76b1db21ffe027d97513f9588a9 -C /
-tar xfp /image/d207d76b1db21ffe027d97513f9588a9 -C /
-echo rm /image/d207d76b1db21ffe027d97513f9588a9
-rm /image/d207d76b1db21ffe027d97513f9588a9
+echo tar xfp /image/b7e54b286149c52cdfa14c895311f93d -C /
+tar xfp /image/b7e54b286149c52cdfa14c895311f93d -C /
+echo rm /image/b7e54b286149c52cdfa14c895311f93d
+rm /image/b7e54b286149c52cdfa14c895311f93d
chown root:root /build-custom
chmod +x /build-custom
# run custom build_script after build
|