From cf3866c28bb83ebc61474ed3b8bff794c13b5e88 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Thu, 25 Jan 2018 17:57:43 -0600 Subject: [PATCH] live-workstation: suppress redundant anaconda spokes This implements most of the changes required for https://fedoraproject.org/wiki/Changes/ReduceInitialSetupRedundancy --- fedora-live-workstation.ks | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/fedora-live-workstation.ks b/fedora-live-workstation.ks index ac97363..0cbb469 100644 --- a/fedora-live-workstation.ks +++ b/fedora-live-workstation.ks @@ -27,6 +27,21 @@ FOE mkdir ~liveuser/.config touch ~liveuser/.config/gnome-initial-setup-done +# suppress anaconda spokes redundant with gnome-initial-setup +cat >> /etc/sysconfig/anaconda << FOE +[DatetimeSpoke] +visited=1 + +[NetworkSpoke] +visited=1 + +[PasswordSpoke] +visited=1 + +[UserSpoke] +visited=1 +FOE + # make the installer show up if [ -f /usr/share/applications/liveinst.desktop ]; then # Show harddisk install in shell dash