mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
flash-images: add sleep 1 after umount the images
sometime zerofree will not able to write without this delay. I have no idea why? Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007-2022 IPFire Team <info@ipfire.org> #
|
# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# it under the terms of the GNU General Public License as published by #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -225,7 +225,10 @@ endif
|
|||||||
umount $(MNThdd)/boot
|
umount $(MNThdd)/boot
|
||||||
umount $(MNThdd)
|
umount $(MNThdd)
|
||||||
|
|
||||||
# zerofree the ext2 images to get better compression
|
# sometime zerofree will fail without this
|
||||||
|
sleep 1
|
||||||
|
|
||||||
|
# zerofree the ext4 images to get better compression
|
||||||
ifneq "$(PART_TYPE)" "c"
|
ifneq "$(PART_TYPE)" "c"
|
||||||
zerofree $(PART_BOOT)
|
zerofree $(PART_BOOT)
|
||||||
-fsck.ext2 -f -y $(PART_BOOT)
|
-fsck.ext2 -f -y $(PART_BOOT)
|
||||||
|
|||||||
Reference in New Issue
Block a user