2010-03-25 20:44:43 +00:00
|
|
|
# fedora-livecd-soas.ks
|
2010-01-20 19:23:12 +00:00
|
|
|
#
|
|
|
|
# Description:
|
|
|
|
# - A Sugar environment that you can carry in your pocket
|
|
|
|
#
|
|
|
|
# Maintainers:
|
2021-02-18 17:59:24 +00:00
|
|
|
# - Chihurumnaya Ibiam <ibiamchihurumnaya AT gmail DOT com>
|
|
|
|
# - Alex Perez <aperez AT alexperez DOT com>
|
2010-01-20 19:23:12 +00:00
|
|
|
|
2012-12-10 22:49:06 +00:00
|
|
|
%include fedora-live-base.ks
|
2012-11-30 14:54:40 +00:00
|
|
|
%include fedora-live-minimization.ks
|
2017-01-18 11:28:09 +00:00
|
|
|
%include fedora-soas-common.ks
|
2010-01-20 19:23:12 +00:00
|
|
|
|
|
|
|
%post
|
2010-04-26 18:03:36 +00:00
|
|
|
|
2022-11-29 06:30:25 +00:00
|
|
|
# set livesys session type
|
|
|
|
sed -i 's/^livesys_session=.*/livesys_session="soas"/' /etc/sysconfig/livesys
|
2011-06-12 11:11:59 +00:00
|
|
|
|
2010-01-20 19:23:12 +00:00
|
|
|
%end
|