Add hostname prefix config

This commit is contained in:
Matthias Schiffer 2013-09-28 23:13:57 +02:00
parent bcc1d3424f
commit d1d8f03a8d
1 changed files with 1 additions and 1 deletions

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