mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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 <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user