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