Properly umount 0s.img
This commit is contained in:
parent
56a3857ed4
commit
f6055012ce
1 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -53,3 +53,5 @@ combine:
|
|||
|
||||
echo "Unmounting 0s"
|
||||
sudo kpartx -d build/0s.img
|
||||
sudo kpartx -d /dev/loop0
|
||||
sudo losetup -d /dev/loop0
|
Reference in a new issue