Skip to content
Snippets Groups Projects
Commit c5ccdb11 authored by ale's avatar ale
Browse files

Do not unset graphics_type

The debian/bullseye64 image does not start properly with graphics_type
set to 'none'.
parent 0c541ca4
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,6 @@ Vagrant.configure(2) do |config| ...@@ -52,7 +52,6 @@ Vagrant.configure(2) do |config|
libvirt.random_hostname = true libvirt.random_hostname = true
libvirt.cpu_mode = 'host-passthrough' libvirt.cpu_mode = 'host-passthrough'
libvirt.volume_cache = 'unsafe' libvirt.volume_cache = 'unsafe'
libvirt.graphics_type = 'none'
{% if libvirt.remote_host %} {% if libvirt.remote_host %}
libvirt.host = "{{ libvirt.remote_host }}" libvirt.host = "{{ libvirt.remote_host }}"
libvirt.username = "{{ libvirt.remote_user }}" libvirt.username = "{{ libvirt.remote_user }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment