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.
This commit is contained in:
Timothée Ravier 2021-09-09 01:11:27 +02:00 committed by ngompa
parent f0179496d7
commit 8e6d33c408
1 changed files with 3 additions and 0 deletions

View File

@ -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