From f6055012ceddf057b603b6567f0253cc37f96688 Mon Sep 17 00:00:00 2001 From: Philip Trauner Date: Sun, 8 Apr 2018 00:12:12 +0200 Subject: [PATCH] Properly umount 0s.img --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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