mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +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
|
||||
|
||||
echo "umount images"
|
||||
umount $DEST/output/sdcard/
|
||||
umount -d -l $DEST/output/sdcard/
|
||||
losetup -d $LOOP1
|
||||
losetup -d $LOOP0
|
||||
|
||||
|
|
Loading…
Reference in a new issue