Add VNC support for bhyve.

This commit is contained in:
Tom Alexander
2023-05-30 21:18:47 -04:00
parent 11d2432478
commit e2b82d8005
4 changed files with 15 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
- wev # For debugging input
- wlogout # Log out prompt
- xhost # to launch gparted with root permissions
- wlvncc
state: present
- name: Install service configuration
@@ -29,5 +30,3 @@
loop:
- src: launch_sway_freebsd.bash
dest: /usr/local/bin/launch_sway

View File

@@ -6,6 +6,7 @@
creates: "/var/cache/pacman/custom/{{ item }}-*.pkg.tar.*"
loop:
- wev
- wlvncc-git
- name: Update cache
when: buildaur.changed
@@ -22,6 +23,7 @@
- xorg-xeyes
- xorg-xwayland
- rofimoji
- wlvncc-git
- name: Install scripts
copy:
@@ -33,4 +35,3 @@
loop:
- src: launch_sway_linux.bash
dest: /usr/local/bin/launch_sway