Add autostart VNC server scripts. Add netcat pkg.
This commit is contained in:
parent
c75bff9b81
commit
0dde576570
|
@ -0,0 +1,2 @@
|
||||||
|
twm &
|
||||||
|
exec vncviewer -shared -ViewOnly -Fullscreen 10.0.0.1
|
|
@ -0,0 +1,6 @@
|
||||||
|
while :; do
|
||||||
|
while ! nc -z 10.0.0.1 5900; do
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
|
exec startx
|
||||||
|
done
|
|
@ -70,3 +70,5 @@ xf86-video-intel
|
||||||
xf86-video-nouveau
|
xf86-video-nouveau
|
||||||
mesa
|
mesa
|
||||||
tigervnc
|
tigervnc
|
||||||
|
gnu-netcat
|
||||||
|
twm
|
||||||
|
|
Loading…
Reference in New Issue