mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-06 00:14:22 +00:00
17 lines
432 B
Plaintext
17 lines
432 B
Plaintext
# Desktop with customizations to fit in a CD (package removals, etc.)
|
|
# Maintained by the Fedora Desktop SIG:
|
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
|
# mailto:desktop@lists.fedoraproject.org
|
|
|
|
%include fedora-live-base.ks
|
|
%include fedora-mate-common.ks
|
|
%include fedora-live-minimization.ks
|
|
|
|
part / --size 8192
|
|
|
|
%post
|
|
# set livesys session type
|
|
sed -i 's/^livesys_session=.*/livesys_session="mate"/' /etc/sysconfig/livesys
|
|
|
|
%end
|