]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
flash-images: disable fsck timecheck.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 26 Jun 2012 13:17:44 +0000 (15:17 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 26 Jun 2012 13:17:44 +0000 (15:17 +0200)
Most systems that use the flash image has no rtc so check is better
disabled.

lfs/flash-images

index a49082f1c0b9a87324976044830187ca51c440cc..e43d53eb27cce5046352bc162f87022da19e689a 100644 (file)
@@ -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