mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-22 05:35:26 +00:00
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:
parent
f0179496d7
commit
8e6d33c408
@ -14,5 +14,8 @@
|
|||||||
# DVD payload
|
# DVD payload
|
||||||
part / --size=7200
|
part / --size=7200
|
||||||
|
|
||||||
|
# make sure that initial-setup runs and lets us do all the configuration bits
|
||||||
|
firstboot --reconfig
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%end
|
%end
|
||||||
|
Loading…
Reference in New Issue
Block a user