summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-08-15 11:58:12 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-08-15 11:58:12 +0200
commit65a23ba05533d69b5ed2831b02c823b3c3ff06af (patch)
treee6ce3b098c4cb6130d525cfeee231169b4ddf693 /Makefile
parentf2ea14ab6683b73366b96c8aee7382c47e33bdef (diff)
downloadminilinux-65a23ba05533d69b5ed2831b02c823b3c3ff06af.tar.gz
minilinux-65a23ba05533d69b5ed2831b02c823b3c3ff06af.tar.bz2
fixed some races around losetup; enable fsck/mkfs.ext2 and fdisk in busybox
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e6e7b43..799c268 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,7 @@ syslinux:
syslinux-loader:
/sbin/losetup /dev/loop1 minilinux.img
cat syslinux-3.86/mbr/mbr.bin > /dev/loop1
+ sync && sleep 1
/sbin/losetup -d /dev/loop1
syslinux-clean: