From c3075bb2c67e4fa0e6a0a077e9656a2f5901858f Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 5 Nov 2008 20:10:27 -0800 Subject: Mount root filesystem with noatime Don't need to update filesystem on each file access. This improves boot time and reduces wear on CF disks --- scripts/install-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install-system b/scripts/install-system index 6b5519a5..8ef02cc9 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -749,7 +749,7 @@ install_root_filesystem () { echo "Unable to read filesystem UUID. Exiting." exit 1 else - echo -e "UUID=$uuid\t/\text3\tdefaults\t0 1" >> $rootfsdir/etc/fstab + echo -e "UUID=$uuid\t/\text3\tnoatime\t0 1" >> $rootfsdir/etc/fstab fi #setup the hostname file -- cgit v1.2.3