Add hostname prefix config

This commit is contained in:
Matthias Schiffer 2013-09-28 23:13:57 +02:00
parent 62397f8920
commit 4783a52a71

View File

@ -34,7 +34,7 @@ EOF
esac
uci -q batch <<EOF
set system.@system[0].hostname='gluon-${macaddr//:/}'
set system.@system[0].hostname='@hostname_prefix@-${macaddr//:/}'
set system.@system[0].timezone='CET-1CEST,M3.5.0,M10.5.0/3'
commit system
EOF