Compare commits

...

2 Commits

Author SHA1 Message Date
Ceda EI 0dde576570 Add autostart VNC server scripts. Add netcat pkg. 2018-10-08 20:01:43 +05:30
Ceda EI c75bff9b81 Add packages. 2018-10-08 19:52:19 +05:30
3 changed files with 17 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

@ -63,3 +63,12 @@ wireless_tools
wpa_actiond
wvdial
xl2tpd
xorg
xorg-xinit
xf86-video-amdgpu
xf86-video-intel
xf86-video-nouveau
mesa
tigervnc
gnu-netcat
twm