From e0b9a600e19f3829dcdf9858c776d7a169ea2ccc Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Sat, 28 Mar 2015 12:39:47 +0300 Subject: [PATCH] Allow flash-images to compile on Ubuntu: delay to allow automount/dismount --- lfs/flash-images | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/flash-images b/lfs/flash-images index 6c88180598..530bf339b8 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -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) -- 2.39.5