From 8e6d33c408982ce39ed271a7eea7a92ae9833bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Thu, 9 Sep 2021 01:11:27 +0200 Subject: [PATCH] fedora-live-kde.ks: Enable initial-setup on firstboot To make OEM installs, we need to move the user account, timezone and network setup to first boot setup steps. This enables initial-setup to do just that. Once this is confirmed as working, we can remove the user setup spoke from the initial Anaconda installation dialog. --- fedora-live-kde.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-live-kde.ks b/fedora-live-kde.ks index cc5c1df..9fe1283 100644 --- a/fedora-live-kde.ks +++ b/fedora-live-kde.ks @@ -14,5 +14,8 @@ # DVD payload part / --size=7200 +# make sure that initial-setup runs and lets us do all the configuration bits +firstboot --reconfig + %post %end