remove explictly mentionned packages

This commit is contained in:
lukas 2021-06-22 11:10:27 +02:00
parent f20d611b8c
commit fd4c02f625

View File

@ -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