diff --git a/Makefile b/Makefile index 7883d6a..50ca33c 100644 --- a/Makefile +++ b/Makefile @@ -52,4 +52,6 @@ combine: cd .. echo "Unmounting 0s" - sudo kpartx -d build/0s.img \ No newline at end of file + sudo kpartx -d build/0s.img + sudo kpartx -d /dev/loop0 + sudo losetup -d /dev/loop0 \ No newline at end of file