[oe-commits] Mike Westerhof : SlugOS: slugos. inc - ensure that the rootfs is mounted with the noatime option

GIT User account git at amethyst.openembedded.net
Thu Apr 30 21:29:06 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9823dcf3aa8783b0d1daa7ce363aaf01c318bea0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9823dcf3aa8783b0d1daa7ce363aaf01c318bea0

Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Apr 30 16:23:31 2009 -0500

SlugOS: slugos.inc - ensure that the rootfs is mounted with the noatime option
(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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index b141548..51ca9f3 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -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





More information about the Openembedded-commits mailing list