From e9b5c8152277bd485edfe9d4af55d0c5ee4cfc30 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 26 Jun 2012 15:17:44 +0200 Subject: [PATCH] flash-images: disable fsck timecheck. Most systems that use the flash image has no rtc so check is better disabled. --- lfs/flash-images | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lfs/flash-images b/lfs/flash-images index a49082f1c0..e43d53eb27 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 -- 2.39.2