From 8afe142dcbe31026ed3bb0186dfbc25b438efa05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 17 Sep 2021 10:57:18 +0200 Subject: [PATCH] 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 --- fedora-live-kde.ks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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