Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/defaults clarify that lkm needs /usr
details: https://anonhg.NetBSD.org/src/rev/554a8ea04e9d
branches: trunk
changeset: 544074:554a8ea04e9d
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Mar 10 18:21:00 2003 +0000
description:
clarify that lkm needs /usr
diffstat:
etc/defaults/rc.conf | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r f7a1a925eba4 -r 554a8ea04e9d etc/defaults/rc.conf
--- a/etc/defaults/rc.conf Mon Mar 10 18:17:06 2003 +0000
+++ b/etc/defaults/rc.conf Mon Mar 10 18:21:00 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rc.conf,v 1.43 2002/10/12 11:29:28 kent Exp $
+# $NetBSD: rc.conf,v 1.44 2003/03/10 18:21:00 lukem Exp $
#
# /etc/defaults/rc.conf --
# default configuration of /etc/rc.conf
@@ -83,7 +83,9 @@
# One-time actions and programs on boot-up.
#
-lkm=NO # run /etc/rc.lkm
+lkm=NO # Run /etc/rc.lkm. /usr needs to be part of /, or
+ # part of critical_filesystems_local.
+
savecore=YES savecore_flags="-z"
clear_tmp=YES # clear /tmp after reboot
update_motd=YES # updates /etc/motd
@@ -127,7 +129,7 @@
# shutdown (because they might cause unecessary costs or block resources
# on the peer). All pppoe* interfaces are automatically included in this
# list, add others here manually.
-# force_down_interfaces=""
+#force_down_interfaces=""
ifwatchd=NO # execute up/down scripts for in-kernel PPPoE interfaces
ifwatchd_flags="-u /etc/ppp/ip-up -d /etc/ppp/ip-down pppoe0"
Home |
Main Index |
Thread Index |
Old Index