From a4578c6928293ad2050ac8de2a819d2cc1fab4b9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 8 Jul 2024 16:32:27 +0000 Subject: [PATCH] flash-images: No need to sleep for automount any more I am not sure whether automount is being used at all any more, but since we are now running in our own namespace, it certainly has no business here. Signed-off-by: Michael Tremer --- lfs/flash-images | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs/flash-images b/lfs/flash-images index 464ad5edf5..0fe882b5e1 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -240,7 +240,6 @@ 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.47.3