remove gnome-tour at the end of the installation, for vdmed

This commit is contained in:
lukas 2021-06-22 13:46:04 +02:00
parent d5fa29a095
commit 2589b01ba7

View File

@ -6,7 +6,7 @@
# /_/ /____/
# WHAT ? This Kickstart file that bootstraps a minimal fedora 34 server.
# 'v' for virtual machine, 's' for server, 'm' for minimal, 'e' for efi, 'd' for development.
# 'v' for virtual machine, 'd' for desktop, 'm' for minimal, 'e' for efi, 'd' for development.
# USAGE : Press the `tab` or 'e' key during POST and apend that after the 'quiet' string :
# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/f34/vdmed.cfg
@ -152,7 +152,7 @@ dnf install -y spice-vdagent # Try to install spice-vdagent after the installati
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.
# dnf remove -y gnome-tour
dnf remove -y gnome-tour # We don't want GNOME-tour to open at launch so we delete it
sed -i 's/5/1/' /etc/default/grub # set the GRUB_TIMEOUT countdown to 1 instead of 5 seconds.