From 8afe142dcbe31026ed3bb0186dfbc25b438efa05 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Sep 17 2021 09:00:08 +0000 Subject: fedora-live-kde.ks: Really enable initial-setup on firstboot Previous change enabled it for the LiveISO directly instead of the final system as this was meant for usage in RAW disk images and not in LiveISOs. This change should enable it for both, be a NOP for the LiveISO and effectively enable it on the final system until we find a better solution in Anaconda itself. See discussion in https://github.com/rhinstaller/initial-setup/issues/136 Fixes: 8a3b18b fedora-live-kde.ks: Enable initial-setup on firstboot --- diff --git a/fedora-live-kde.ks b/fedora-live-kde.ks index 9fe1283..1763891 100644 --- a/fedora-live-kde.ks +++ b/fedora-live-kde.ks @@ -14,8 +14,8 @@ # DVD payload part / --size=7200 -# make sure that initial-setup runs and lets us do all the configuration bits -firstboot --reconfig - +# Enable initial-setup to enable two step OEM installations with user +# configuration on first boot %post +touch /etc/reconfigSys %end