Installing a small Debian VM from scratch with only one partition. Makes later resizing easier. This was done on Fedora 32.
Preparations
Install software
libvirt is already installed on Fedora 32. It’s used in Gnome Boxes. We will not use that for this. We’ll do it the old fashioned way with virt-install.
sudo dnf install -y virt-manager virt-install
User access to libvirt
Add your user to the group libvirt.
sudo usermod -aG libvirtd $USER
Installation
-
Create a default
[Read More]preseed.cfgfile. It contain a random root password for this installation. We change the installation to be atomic layout, just one big partition. This file can be reused to your hearts desire.