If I run a virtual machine with lxc start VMNAME --console=vga
it will open a display window connected to the VM’s GPU. Unlike with libvirt, when rebooting the VM, the window is closed and I have to reattach with lxc console VMNAME --type vga
.
Is there some way to prevent this detach behavior and keep window open on reboot?