# fedora-livecd-basic-desktop.ks # # Description: # - Fedora Live Spin with a choice of basic window manager. # # Maintainer(s): # - Jens Petersen %include fedora-live-base.ks %include fedora-live-minimization.ks %packages -@input-methods -@printing # F19 #@basic-desktop # F18 @basic-x-window-desktop firefox # space saving -cjkuni-uming-fonts -gnu-free-*-fonts %end %post # create /etc/sysconfig/desktop (needed for installation) cat > /etc/sysconfig/desktop <> /etc/rc.d/init.d/livesys << EOF # this goes at the end after all other changes. chown -R liveuser:liveuser /home/liveuser restorecon -R /home/liveuser EOF %end