4282a656dd
This reverts both commits trying to enable initial-setup on first boot for the KDE Live Spin as this is not working as expected right now. This reverts commit8afe142dcb
. This reverts commit8e6d33c408
.
19 lines
425 B
Plaintext
19 lines
425 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
|
|
|
|
%post
|
|
%end
|