From cf3866c28bb83ebc61474ed3b8bff794c13b5e88 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Jan 25 2018 23:59:25 +0000 Subject: live-workstation: suppress redundant anaconda spokes This implements most of the changes required for https://fedoraproject.org/wiki/Changes/ReduceInitialSetupRedundancy --- 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