mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 22:13:01 +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
|
||||
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 -o loop $(IMGroot) $(MNThdd)
|
||||
mkdir $(MNThdd)/boot
|
||||
|
||||
Reference in New Issue
Block a user