Module Name: src
Committed By: jmcneill
Date: Mon Feb 17 12:31:20 UTC 2025
Modified Files:
src/distrib/utils/embedded/conf: evbppc.conf
Log Message:
wii: Disable ntpd by default.
It takes up a lot of memory.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/utils/embedded/conf/evbppc.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/embedded/conf/evbppc.conf
diff -u src/distrib/utils/embedded/conf/evbppc.conf:1.3 src/distrib/utils/embedded/conf/evbppc.conf:1.4
--- src/distrib/utils/embedded/conf/evbppc.conf:1.3 Sun Dec 29 09:46:44 2024
+++ src/distrib/utils/embedded/conf/evbppc.conf Mon Feb 17 12:31:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: evbppc.conf,v 1.3 2024/12/29 09:46:44 jmmv Exp $ */
+# $NetBSD: evbppc.conf,v 1.4 2025/02/17 12:31:20 jmcneill Exp $ */
# evbppc shared config
#
image=$HOME/${board}.img
@@ -92,8 +92,8 @@ hostname=${hostname:-${board}}
savecore=NO
sshd=YES
dhcpcd=YES
-ntpd=YES
-ntpd_flags="-g"
+#ntpd=YES
+#ntpd_flags="-g"
creds_msdos=YES
creds_msdos_partition=/boot
certctl_init=YES