Enable a Serial Console
A quick note on how to enable a serial console for your libvirtd KVM virtual machines so that virsh is more useful:
1 | sudo systemctl enable --now serial-getty@ttyS0.service |
A quick note on how to enable a serial console for your libvirtd KVM virtual machines so that virsh is more useful:
1 | sudo systemctl enable --now serial-getty@ttyS0.service |