8afe142dcb
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
22 lines
548 B
Plaintext
22 lines
548 B
Plaintext
# fedora-livecd-kde.ks
|
|
#
|
|
# Description:
|
|
# - Fedora Live Spin with the K Desktop Environment (KDE), default 1.4 GB version
|
|
#
|
|
# Maintainer(s):
|
|
# - Sebastian Vahl <fedora@deadbabylon.de>
|
|
# - Fedora KDE SIG, http://fedoraproject.org/wiki/SIGs/KDE, kde@lists.fedoraproject.org
|
|
|
|
%include fedora-live-kde-base.ks
|
|
%include fedora-live-minimization.ks
|
|
%include fedora-kde-minimization.ks
|
|
|
|
# DVD payload
|
|
part / --size=7200
|
|
|
|
# Enable initial-setup to enable two step OEM installations with user
|
|
# configuration on first boot
|
|
%post
|
|
touch /etc/reconfigSys
|
|
%end
|