]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
flash-images: No need to sleep for automount any more
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jul 2024 16:32:27 +0000 (16:32 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jul 2024 16:32:27 +0000 (16:32 +0000)
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 <michael.tremer@ipfire.org>
lfs/flash-images

index 464ad5edf56d55ab53eca841907ceef1ae263111..0fe882b5e1b24416d303cb38071f91c6c94ee8b1 100644 (file)
@@ -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)