From: Arne Fitzenreiter Date: Tue, 26 Jun 2012 13:17:44 +0000 (+0200) Subject: flash-images: disable fsck timecheck. X-Git-Tag: v2.13-beta1~337 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9b5c8152277bd485edfe9d4af55d0c5ee4cfc30;p=ipfire-2.x.git flash-images: disable fsck timecheck. Most systems that use the flash image has no rtc so check is better disabled. --- 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