Allow config file to override hostname

This commit is contained in:
jmcneill 2020-05-28 10:19:02 +00:00
parent 9dc9213195
commit 7923818521
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: evbarm.conf,v 1.35 2020/05/24 14:45:49 jmcneill Exp $
# $NetBSD: evbarm.conf,v 1.36 2020/05/28 10:19:02 jmcneill Exp $
# evbarm shared config
#
image=$HOME/${board}.img
@ -151,7 +151,7 @@ dev_exists() {
}
rc_configured=YES
hostname=${board}
hostname=${hostname:-${board}}
no_swap=YES
savecore=NO
sshd=YES