diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-01-22 15:13:12 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-01-22 15:13:12 +0000 |
commit | 8fa2a7fd8903844336f91204878e40920dfb775e (patch) | |
tree | c349c414b783d610539b2ad265647c4f44dee073 /make_boot_img | |
parent | 35958ed805a8aa590fff4cae23bffc7036c9a826 (diff) | |
download | drakx-8fa2a7fd8903844336f91204878e40920dfb775e.tar drakx-8fa2a7fd8903844336f91204878e40920dfb775e.tar.gz drakx-8fa2a7fd8903844336f91204878e40920dfb775e.tar.bz2 drakx-8fa2a7fd8903844336f91204878e40920dfb775e.tar.xz drakx-8fa2a7fd8903844336f91204878e40920dfb775e.zip |
we always have a remaining img mounted after building images, can't see why, i think it's better to umount
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 1 |
1 files changed, 1 insertions, 0 deletions
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 |