From 8fa2a7fd8903844336f91204878e40920dfb775e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 22 Jan 2004 15:13:12 +0000 Subject: we always have a remaining img mounted after building images, can't see why, i think it's better to umount --- make_boot_img | 1 + 1 file changed, 1 insertion(+) diff --git a/make_boot_img b/make_boot_img index bc32e60ba..271159ff9 100755 --- a/make_boot_img +++ b/make_boot_img @@ -214,6 +214,7 @@ F3 boot.msg _ "sync"; _ "df $mnt"; + _ "$sudo umount $mnt"; } # alias to x86 variant, slightly bigger with images though -- cgit v1.2.1