SlugOS: slugos.inc - ensure that the rootfs is mounted with the noatime option
authorMike Westerhof <mwester@dls.net>
Thu, 30 Apr 2009 21:23:31 +0000 (16:23 -0500)
committerMike Westerhof <mwester@dls.net>
Thu, 30 Apr 2009 21:23:31 +0000 (16:23 -0500)
(this is for documentation purposes, and to future-proof, since the real
command line is set in the apex recipe.)

conf/distro/include/slugos.inc

index b141548..51ca9f3 100644 (file)
@@ -81,7 +81,7 @@ FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/${IMAGE_BASENAME}
 # to enable/disable debugging in the distro.  Here noirqdebug is used to
 # remove the messages about unhandled interrupts - people debugging interrupt
 # issues in the kernel need to cancel this (set CMDLINE_DEBUG empty in local.conf)
-CMDLINE_ROOT  = "root=/dev/mtdblock4 rootfstype=jffs2 rw init=/linuxrc"
+CMDLINE_ROOT  = "root=/dev/mtdblock4 rootfstype=jffs2 rootflags=noatime rw init=/linuxrc"
 CMDLINE_DEBUG = "noirqdebug"
 
 # EXTRA PACKAGES