diff --git a/lfs/flash-images b/lfs/flash-images index a49082f1c..e43d53eb2 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -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