From 65a23ba05533d69b5ed2831b02c823b3c3ff06af Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 15 Aug 2010 11:58:12 +0200 Subject: fixed some races around losetup; enable fsck/mkfs.ext2 and fdisk in busybox --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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: -- cgit v1.2.3-54-g00ecf