Korrekturen auf Debian 10
This commit is contained in:
parent
5ae6ed9b01
commit
732e37e563
@ -26,7 +26,7 @@ fi
|
||||
#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
|
||||
echo thin$(cat /sys/class/net/wlan0/address | sed '/://g') > /tmp/hostname && hostname --file /tmp/hostname
|
||||
#Fuer eth0, wenn kein WLAN vorhanden ist. Kann dann auskommentiert werden.
|
||||
#echo rpi$(cat /sys/class/net/eth0/address | sed '/://g') > /tmp/hostname && hostname --file /tmp/hostname
|
||||
|
||||
@ -34,8 +34,8 @@ echo rpi$(cat /sys/class/net/wlan0/address | sed '/://g') > /tmp/hostname && hos
|
||||
|
||||
# start X environment
|
||||
if [ -f /boot/client-cfg/xinitrc ]; then
|
||||
ln -fs /boot/client-cfg/xinitrc /home/pi/.xinitrc;
|
||||
su -l pi -s /bin/bash -c 'startx' &
|
||||
ln -fs /boot/client-cfg/xinitrc /home/thinnote/.xinitrc;
|
||||
su -l thinnote -s /bin/bash -c 'startx' &
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user