diff --git a/fedora-live-minimization.ks b/fedora-live-minimization.ks deleted file mode 100644 index 43906cd..0000000 --- a/fedora-live-minimization.ks +++ /dev/null @@ -1,16 +0,0 @@ -# Common packages removed from comps -# For F14, these removals should be moved to comps itself - -%packages - -# save some space --mpage --hplip --isdn4k-utils - -# scanning takes quite a bit of space :/ --xsane --xsane-gimp --sane-backends - -%end diff --git a/fedora-live-xfce.ks b/fedora-live-xfce.ks deleted file mode 100644 index a749820..0000000 --- a/fedora-live-xfce.ks +++ /dev/null @@ -1,79 +0,0 @@ -# fedora-livecd-xfce.ks -# -# Description: -# - Fedora Live Spin with the light-weight XFCE Desktop Environment -# -# Maintainer(s): -# - Rahul Sundaram -# - Christoph Wickert -# - Kevin Fenzi -# - Adam Miller - -%include fedora-live-base.ks -%include fedora-live-minimization.ks -%include fedora-xfce-common.ks - -# need a bigger / -part / --size 6144 - -%post -# xfce configuration - -# create /etc/sysconfig/desktop (needed for installation) - -cat > /etc/sysconfig/desktop <> /etc/rc.d/init.d/livesys << EOF - -mkdir -p /home/liveuser/.config/xfce4 - -cat > /home/liveuser/.config/xfce4/helpers.rc << FOE -MailReader=sylpheed-claws -FileManager=Thunar -WebBrowser=firefox -FOE - -# disable screensaver locking (#674410) -cat >> /home/liveuser/.xscreensaver << FOE -mode: off -lock: False -dpmsEnabled: False -FOE - -# deactivate xfconf-migration (#683161) -rm -f /etc/xdg/autostart/xfconf-migration-4.6.desktop || : - -# deactivate xfce4-panel first-run dialog (#693569) -mkdir -p /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml -cp /etc/xdg/xfce4/panel/default.xml /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml - -# set up lightdm autologin -sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf -sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf -#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf - -# set Xfce as default session, otherwise login will fail -sed -i 's/^#user-session=.*/user-session=xfce/' /etc/lightdm/lightdm.conf - -# Show harddisk install on the desktop -sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop -mkdir /home/liveuser/Desktop -cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop - -# no updater applet in live environment -rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop - -# and mark it as executable (new Xfce security feature) -chmod +x /home/liveuser/Desktop/liveinst.desktop - -# this goes at the end after all other changes. -chown -R liveuser:liveuser /home/liveuser -restorecon -R /home/liveuser - -EOF - -%end - diff --git a/fedora-xfce-common.ks b/fedora-xfce-common.ks deleted file mode 100644 index 007ef11..0000000 --- a/fedora-xfce-common.ks +++ /dev/null @@ -1,41 +0,0 @@ -# fedora-livecd-xfce.ks -# -# Description: -# - Fedora Live Spin with the light-weight XFCE Desktop Environment -# -# Maintainer(s): -# - Kevin Fenzi -# - Adam Miller -# - Mukundan Ragavan - -%packages - -fedora-release-xfce -# install env-group to resolve RhBug:1891500 -@^xfce-desktop-environment - -@xfce-apps -@xfce-extra-plugins -@xfce-media -@xfce-office - -wget -system-config-printer - -# save some space --autofs --acpid --gimp-help --desktop-backgrounds-basic --aspell-* # dictionaries are big --xfce4-sensors-plugin --xfce4-eyes-plugin - -# horal -nethack -crawl -crawl-tiles -openttd -vlc - -%end