We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf53a5 commit 8ab8d16Copy full SHA for 8ab8d16
1 file changed
release
@@ -38,6 +38,8 @@ if [ ! -d $TODIR ]; then
38
fi
39
40
processfile binary.img || exiterr
41
-cp binary/live/filesystem.squashfs . || exiterr
42
-processfile filesystem.squashfs || exiterr
43
-rm filesystem.squashfs || exiterr
+cd binary || exiterr
+tar -xf ../live.tar.gz live || exiterr
+cd ..
44
+processfile live.tar.gz || exiterr
45
+rm live.tar.gz || exiterr
0 commit comments