mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2025-01-14 08:01:36 +01:00
lazy and clean loop device umount
This commit is contained in:
parent
0e846d6423
commit
e3165ecdf5
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -254,7 +254,7 @@ sync
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
echo "umount images"
|
echo "umount images"
|
||||||
umount $DEST/output/sdcard/
|
umount -d -l $DEST/output/sdcard/
|
||||||
losetup -d $LOOP1
|
losetup -d $LOOP1
|
||||||
losetup -d $LOOP0
|
losetup -d $LOOP0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue