diff --git a/f34/vsmed.cfg b/f34/vsmed.cfg index 9472367..ba9a3b7 100644 --- a/f34/vsmed.cfg +++ b/f34/vsmed.cfg @@ -88,16 +88,6 @@ part / --fstype="ext4" --ondisk=vda --grow --label=system # Install packages for the server environment. 'Core' and 'Base' are always selected %packages @core -kernel -chrony -firewalld -e2fsprogs -dosfstools -grub2-efi-x64 -shim-x64 -efibootmgr -grub2-tools -langpacks-en # Install software to allow the host to better interact with the guest (can't find the spice-vdagent package) qemu-guest-agent @@ -117,9 +107,6 @@ qemu-guest-agent ## Set keymap to ch-fr localectl set-keymap ch-fr -# Set new hostname. ## Doesn't survive a reboot -hostnamectl set-hostname vsmed - # Update the system # dnf update -y