mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
flash-images: disable fsck timecheck.
Most systems that use the flash image has no rtc so check is better disabled.
This commit is contained in:
@@ -72,6 +72,10 @@ else
|
|||||||
endif
|
endif
|
||||||
mkfs.ext4 -O ^has_journal,extent -F $(IMGroot)
|
mkfs.ext4 -O ^has_journal,extent -F $(IMGroot)
|
||||||
|
|
||||||
|
# Most systems that use Flashimages has no RTC at boot
|
||||||
|
# so the interval check should disables
|
||||||
|
tune2fs -i0 $(IMGroot)
|
||||||
|
|
||||||
# Mount Images
|
# Mount Images
|
||||||
mount -o loop $(IMGroot) $(MNThdd)
|
mount -o loop $(IMGroot) $(MNThdd)
|
||||||
mkdir $(MNThdd)/boot
|
mkdir $(MNThdd)/boot
|
||||||
|
|||||||
Reference in New Issue
Block a user