Xorg zum laufen gebracht. WLAN vor konfiguriert.

This commit is contained in:
Steffen Probst
2021-08-10 14:41:31 +02:00
parent 732e37e563
commit b22b438f2f
5 changed files with 30 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ echo thin$(cat /sys/class/net/wlan0/address | sed '/://g') > /tmp/hostname && ho
# start X environment
if [ -f /boot/client-cfg/xinitrc ]; then
ln -fs /boot/client-cfg/xinitrc /home/thinnote/.xinitrc;
su -l thinnote -s /bin/bash -c 'startx' &
su -l thinnote -s /bin/bash -c 'startx -- vt1' &
fi
exit 0