Skip to content

Commit 8ab8d16

Browse files
committed
added script to help me in the release process
1 parent 2bf53a5 commit 8ab8d16

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

release

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ if [ ! -d $TODIR ]; then
3838
fi
3939

4040
processfile binary.img || exiterr
41-
cp binary/live/filesystem.squashfs . || exiterr
42-
processfile filesystem.squashfs || exiterr
43-
rm filesystem.squashfs || exiterr
41+
cd binary || exiterr
42+
tar -xf ../live.tar.gz live || exiterr
43+
cd ..
44+
processfile live.tar.gz || exiterr
45+
rm live.tar.gz || exiterr

0 commit comments

Comments
 (0)