2014-04-28 15:21:42 +00:00
|
|
|
# Maintained by the Fedora Workstation WG:
|
|
|
|
# http://fedoraproject.org/wiki/Workstation
|
|
|
|
# mailto:desktop@lists.fedoraproject.org
|
|
|
|
|
|
|
|
%include fedora-live-base.ks
|
2017-01-18 11:28:09 +00:00
|
|
|
%include fedora-workstation-common.ks
|
2017-03-09 23:11:34 +00:00
|
|
|
#
|
|
|
|
# Disable this for now as packagekit is causing compose failures
|
|
|
|
# by leaving a gpg-agent around holding /dev/null open.
|
|
|
|
#
|
|
|
|
#include snippets/packagekit-cached-metadata.ks
|
2014-04-28 15:21:42 +00:00
|
|
|
|
2021-12-02 22:51:42 +00:00
|
|
|
part / --size 7750
|
2014-04-28 15:21:42 +00:00
|
|
|
|
|
|
|
%post
|
2014-06-03 11:18:14 +00:00
|
|
|
|
2022-11-29 06:30:25 +00:00
|
|
|
# set livesys session type
|
|
|
|
sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
|
2014-04-28 15:21:42 +00:00
|
|
|
|
|
|
|
%end
|