Module Name: src
Committed By: jmcneill
Date: Sun Feb 10 23:37:32 UTC 2013
Modified Files:
src/distrib/utils/embedded/conf: evbarm.conf
Log Message:
set rc_configured=YES and a hostname
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/embedded/conf/evbarm.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/evbarm.conf
diff -u src/distrib/utils/embedded/conf/evbarm.conf:1.6 src/distrib/utils/embedded/conf/evbarm.conf:1.7
--- src/distrib/utils/embedded/conf/evbarm.conf:1.6 Sun Feb 10 23:28:19 2013
+++ src/distrib/utils/embedded/conf/evbarm.conf Sun Feb 10 23:37:32 2013
@@ -1,4 +1,4 @@
-# $NetBSD: evbarm.conf,v 1.6 2013/02/10 23:28:19 christos Exp $
+# $NetBSD: evbarm.conf,v 1.7 2013/02/10 23:37:32 jmcneill Exp $
# evbarm shared config
#
image=$HOME/${board}.img
@@ -74,6 +74,8 @@ EOF
customize_evbarm() {
cp ${release}/etc/rc.conf ${mnt}/etc/rc.conf
cat >> ${mnt}/etc/rc.conf << EOF
+rc_configured=YES
+hostname=${board}
sshd=YES
dhcpcd=YES
EOF