Compare commits
2 Commits
63f63080f6
...
0dde576570
Author | SHA1 | Date |
---|---|---|
Ceda EI | 0dde576570 | |
Ceda EI | c75bff9b81 |
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue