aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2009-04-30 16:23:31 -0500
committerMike Westerhof <mwester@dls.net>2009-04-30 16:23:31 -0500
commit9823dcf3aa8783b0d1daa7ce363aaf01c318bea0 (patch)
tree28aa6f31af3f24c86d17eb7a9e5c37ef757da506 /conf
parent861dedd490eb87d90c6eb1357a37dd13000571be (diff)
downloadopenembedded-9823dcf3aa8783b0d1daa7ce363aaf01c318bea0.tar.gz
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.)
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/slugos.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index b141548ce3..51ca9f34b1 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