mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
cleaning
This commit is contained in:
parent
e3165ecdf5
commit
aa4ad9a840
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -258,5 +258,8 @@ umount -d -l $DEST/output/sdcard/
|
||||||
losetup -d $LOOP1
|
losetup -d $LOOP1
|
||||||
losetup -d $LOOP0
|
losetup -d $LOOP0
|
||||||
|
|
||||||
|
echo "cleaning"
|
||||||
|
rm -r $DEST/output/sdcard/
|
||||||
|
|
||||||
echo "compress image"
|
echo "compress image"
|
||||||
gzip $DEST/output/*.raw
|
gzip $DEST/output/*.raw
|
||||||
|
|
Loading…
Reference in a new issue