1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-11-16 21:53:07 +00:00
fedora-kickstarts/fedora-live-kde.ks
Adam Williamson 13aac55e29 Bump KDE live root partition size to 7G
This is needed for current F32, 6.5G is too small. The live image
creation hangs near the end. Just noticed this after enabling
KDE live image build test for F32 updates.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-04-26 15:33:39 -07:00

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=7000
%post
%end