Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/embedded/conf mount root partition with noatime
details: https://anonhg.NetBSD.org/src/rev/d4cca0d23adb
branches: trunk
changeset: 339631:d4cca0d23adb
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Aug 01 10:04:50 2015 +0000
description:
mount root partition with noatime
diffstat:
distrib/utils/embedded/conf/evbarm.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 57468c37dd94 -r d4cca0d23adb distrib/utils/embedded/conf/evbarm.conf
--- a/distrib/utils/embedded/conf/evbarm.conf Sat Aug 01 10:04:06 2015 +0000
+++ b/distrib/utils/embedded/conf/evbarm.conf Sat Aug 01 10:04:50 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: evbarm.conf,v 1.23 2015/08/01 10:04:06 jmcneill Exp $
+# $NetBSD: evbarm.conf,v 1.24 2015/08/01 10:04:50 jmcneill Exp $
# evbarm shared config
#
image=$HOME/${board}.img
@@ -68,7 +68,7 @@
cat > ${mnt}/etc/fstab << EOF
# NetBSD /etc/fstab
# See /usr/share/examples/fstab/ for more examples.
-/dev/ld0a / ffs rw 1 1
+/dev/ld0a / ffs rw,noatime 1 1
/dev/ld0b none swap sw 0 0
/dev/ld0e /boot msdos rw 1 1
kernfs /kern kernfs rw
Home |
Main Index |
Thread Index |
Old Index