8e6d33c408
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.
22 lines
525 B
Plaintext
22 lines
525 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
|
|
|
|
# make sure that initial-setup runs and lets us do all the configuration bits
|
|
firstboot --reconfig
|
|
|
|
%post
|
|
%end
|