From fd8e92d729304924bdd912077f65550cbbd525aa Mon Sep 17 00:00:00 2001 From: lukas Date: Tue, 22 Jun 2021 11:34:55 +0200 Subject: [PATCH] add more packages to post-installation section, for vdmed --- f34/vdmed.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/f34/vdmed.cfg b/f34/vdmed.cfg index 327a020..afa278d 100644 --- a/f34/vdmed.cfg +++ b/f34/vdmed.cfg @@ -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.