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 set rc_configured=YES and a host...



details:   https://anonhg.NetBSD.org/src/rev/d24976c42952
branches:  trunk
changeset: 784834:d24976c42952
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Feb 10 23:37:32 2013 +0000

description:
set rc_configured=YES and a hostname

diffstat:

 distrib/utils/embedded/conf/evbarm.conf |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2d01cd817bbc -r d24976c42952 distrib/utils/embedded/conf/evbarm.conf
--- a/distrib/utils/embedded/conf/evbarm.conf   Sun Feb 10 23:28:19 2013 +0000
+++ b/distrib/utils/embedded/conf/evbarm.conf   Sun Feb 10 23:37:32 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index