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:
Arne Fitzenreiter
2012-06-26 15:17:44 +02:00
parent cb6ed5082d
commit e9b5c81522

View 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