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