Add autostart VNC server scripts. Add netcat pkg.

This commit is contained in:
Ceda EI 2018-10-08 20:01:43 +05:30
parent c75bff9b81
commit 0dde576570
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,2 @@
twm &
exec vncviewer -shared -ViewOnly -Fullscreen 10.0.0.1

View File

@ -0,0 +1,6 @@
while :; do
while ! nc -z 10.0.0.1 5900; do
sleep 1
done
exec startx
done

View File

@ -70,3 +70,5 @@ xf86-video-intel
xf86-video-nouveau
mesa
tigervnc
gnu-netcat
twm