1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-11-22 15:33:07 +00:00

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
This commit is contained in:
Timothée Ravier 2021-09-17 10:57:18 +02:00
parent 8e6d33c408
commit 8afe142dcb

View File

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