Allow flash-images to compile on Ubuntu: delay to allow automount/dismount

This commit is contained in:
Justin Luth
2015-03-28 12:39:47 +03:00
committed by Michael Tremer
parent 3b9b58f956
commit e0b9a600e1

View File

@@ -211,6 +211,7 @@ endif
-fsck.ext4 -f -y $(PART_ROOT)
fsck.ext4 -f -y $(PART_ROOT)
sleep 10 #Ubuntu compiling: allow time to automount/dismount
kpartx -d -v $(DEVICE)
losetup -d $(DEVICE)