add more packages to post-installation section, for vdmed

This commit is contained in:
lukas 2021-06-22 11:34:55 +02:00
parent 3a42ec232a
commit fd8e92d729

View File

@ -97,9 +97,6 @@ gnome-terminal
nautilus # Default File explorer for Gnome
gnome-terminal-nautilus # Terminal integration for Nautilus
firefox # Internet browser
elementary-wallpapers-gnome.noarch # Gorgeous wallpapers
dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by default, resulting in weird spacings in gnome-terminal.
wpa_supplicant # WPA Supplicant for Linux. Not integrated by default in gnome-shell, but necessary to configure wireless networks through the Network Manager.
qemu-guest-agent # Install software to allow the host to better interact with the guest (can't find the spice-vdagent package)
# spice-vdagent
@ -121,6 +118,9 @@ localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be p
systemctl set-default graphical.target # Set the desktop environment as the default booting target with systemd
dnf install -y spice-vdagent # Try to install spice-vdagent after the installation is done
dnf install -y dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by default, resulting in weird spacings in gnome-terminal.
dnf install -y elementary-wallpapers-gnome.noarch # Gorgeous wallpapers
dnf install -y wpa_supplicant # WPA Supplicant for Linux. Not integrated by default in gnome-shell, but necessary to configure wireless networks through the Network Manager.
sed -i 's/5/1/' /etc/default/grub # set the GRUB_TIMEOUT countdown to 1 instead of 5 seconds.