1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-16 20:24:07 +02:00

Add hostname prefix config

This commit is contained in:
Matthias Schiffer 2013-09-28 23:13:57 +02:00
parent bcc1d3424f
commit d1d8f03a8d

View File

@ -34,7 +34,7 @@ EOF
esac esac
uci -q batch <<EOF 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' set system.@system[0].timezone='CET-1CEST,M3.5.0,M10.5.0/3'
commit system commit system
EOF EOF