From 2589b01ba79d05cd64b8309f8ab5639d7205d401 Mon Sep 17 00:00:00 2001 From: lukas Date: Tue, 22 Jun 2021 13:46:04 +0200 Subject: [PATCH] remove gnome-tour at the end of the installation, for vdmed --- f34/vdmed.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/f34/vdmed.cfg b/f34/vdmed.cfg index df1b6ab..fc00ec8 100644 --- a/f34/vdmed.cfg +++ b/f34/vdmed.cfg @@ -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.