diff --git a/etc/rc.local b/etc/rc.local index 1407c0f..f3fe6a1 100755 --- a/etc/rc.local +++ b/etc/rc.local @@ -21,9 +21,12 @@ if [ "$_IP" ]; then fi # set hostname -if [ -f /boot/client-cfg/hostname.txt ]; then - hostname --file /boot/client-cfg/hostname.txt -fi +#if [ -f /boot/client-cfg/hostname.txt ]; then +# hostname --file /boot/client-cfg/hostname.txt +#fi + +#Hostname wird anhand des WLAN0 erstell / kann auch entsprechend auf anderes Geraet umgestellt werden +echo rpi$(cat /sys/class/net/wlan0/address | sed '/://g') > /tmp/hostname && hostname --file /tmp/hostname # set network