Add in the XFCE spin

This commit is contained in:
Jeroen van Meeuwen (Fedora Unity) 2008-04-24 01:29:55 +02:00
parent c1113866d8
commit 13934a0984
3 changed files with 29 additions and 42 deletions

View File

@ -5,7 +5,7 @@
# Does not include package selection (other then mandatory) # Does not include package selection (other then mandatory)
# Does not include localization packages or configuration # Does not include localization packages or configuration
# Does includes "default" language customization (kickstarts including # Does includes "default" language configuration (kickstarts including
# this template can override these settings) # this template can override these settings)
lang en_US.UTF-8 lang en_US.UTF-8
@ -18,8 +18,9 @@ xconfig --startxonboot
part / --size 4096 part / --size 4096
services --enabled=NetworkManager --disabled=network,sshd services --enabled=NetworkManager --disabled=network,sshd
repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=$basearch #repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=$basearch
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f8&arch=$basearch #repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f8&arch=$basearch
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
%packages %packages
@base-x @base-x

11
fedora-live-xfce-nl_NL.ks Normal file
View File

@ -0,0 +1,11 @@
# fedora-live-xfce-nl_NL.ks
%include fedora-live-xfce.ks
lang nl_NL
keyboard us
timezone Europe/Amsterdam
%packages
@dutch-support
%end

View File

@ -1,14 +1,10 @@
# Fedora Project Spin # Fedora Project Spin
# (c) Rahul Sundaram <sundaram@fedoraproject.org> # (c) Rahul Sundaram <sundaram@fedoraproject.org>
# GPlv2 or later # GPlv2 or later
%include /usr/share/livecd-tools/livecd-fedora-base-desktop.ks %include fedora-live-base.ks
repo --name=raw --priority=1 --baseurl=http://nighthawk.pnq.redhat.com/nightly/latest-Rawhide/i386/os/
selinux --enforcing
%packages %packages
firefox firefox
NetworkManager-vpnc NetworkManager-vpnc
NetworkManager-openvpn NetworkManager-openvpn
@ -27,12 +23,10 @@ desktop-backgrounds-compat
xscreensaver-base xscreensaver-base
setroubleshoot setroubleshoot
# development # development
geany geany
# More Desktop stuff
# More Desktop stuff
xdg-user-dirs xdg-user-dirs
@java @java
totem totem
@ -56,8 +50,6 @@ bluez-gnome
alsa-plugins-pulseaudio alsa-plugins-pulseaudio
# Command line # Command line
ntfs-3g ntfs-3g
powertop powertop
wget wget
@ -65,19 +57,12 @@ irssi
mutt mutt
yum-utils yum-utils
# xfce packages
# xfce packages # xfce packages
@xfce-desktop @xfce-desktop
gtk-xfce-engine gtk-xfce-engine
orage orage
xarchiver
xfce4-taskmanager
thunar-volman thunar-volman
xarchiver
xfce4-battery-plugin xfce4-battery-plugin
xfce4-clipman-plugin xfce4-clipman-plugin
xfce4-cpugraph-plugin xfce4-cpugraph-plugin
@ -95,18 +80,16 @@ xfce4-quicklauncher-plugin
xfce4-screenshooter-plugin xfce4-screenshooter-plugin
xfce4-sensors-plugin xfce4-sensors-plugin
xfce4-systemload-plugin xfce4-systemload-plugin
xfce4-taskmanager
xfce4-volstatus-icon xfce4-volstatus-icon
xfce4-verve-plugin xfce4-verve-plugin
#we use NetworkManager-gnome. So this is redundant # We use NetworkManager-gnome. So this is redundant
xfce4-weather-plugin xfce4-weather-plugin
xfce4-websearch-plugin xfce4-websearch-plugin
# this one a compatibility layer for GNOME applets and depends on it # this one a compatibility layer for GNOME applets and depends on it
#xfce4-xfapplet-plugin #xfce4-xfapplet-plugin
xfwm4-themes xfwm4-themes
# dictionaries are big # dictionaries are big
-aspell-* -aspell-*
-man-pages-* -man-pages-*
@ -116,7 +99,6 @@ xfwm4-themes
-dejavu-fonts -dejavu-fonts
# drop more fonts # drop more fonts
-lohit-fonts-* -lohit-fonts-*
-thaifonts-scalable -thaifonts-scalable
-paktype-fonts -paktype-fonts
@ -128,7 +110,7 @@ xfwm4-themes
-abyssinica-fonts -abyssinica-fonts
-cjkunifonts-uming -cjkunifonts-uming
# more fun with space saving # more fun with space saving
-scim-lang-chinese -scim-lang-chinese
scim-chewing scim-chewing
scim-pinyin scim-pinyin
@ -139,17 +121,12 @@ scim-pinyin
-nss_db -nss_db
-sendmail -sendmail
#system-config-printer does printer management better # system-config-printer does printer management better
#xfprint has now been made as optional in comps. # xfprint has now been made as optional in comps.
system-config-printer system-config-printer
%end %end
%post %post
# xfce configuration # xfce configuration
# create /etc/sysconfig/desktop (needed for installation) # create /etc/sysconfig/desktop (needed for installation)
@ -159,13 +136,13 @@ PREFERRED=/usr/bin/startxfce4
EOF EOF
mkdir -p /home/fedora/.config/tracker mkdir -p /home/fedora/.config/tracker
cat > /home/fedora/.config/tracker/tracker.cfg <<EOF cat > /home/fedora/.config/tracker/tracker.cfg <<EOF
[Indexing] [Indexing]
EnableIndexing=false EnableIndexing=false
Language=en Language=en
EOF EOF
mkdir -p /root/.config/tracker mkdir -p /root/.config/tracker
cat > /root/.config/tracker/tracker.cfg <<EOF cat > /root/.config/tracker/tracker.cfg <<EOF
[Indexing] [Indexing]
@ -173,25 +150,23 @@ EnableIndexing=false
Language=en Language=en
EOF EOF
cat >> /etc/rc.d/init.d/fedora-live << EOF cat >> /etc/rc.d/init.d/fedora-live << EOF
chown -R fedora:fedora /home/fedora chown -R fedora:fedora /home/fedora
# set up timed auto-login for after 10 seconds # set up timed auto-login for after 10 seconds
cat >> /etc/gdm/custom.conf << FOE cat >> /etc/gdm/custom.conf << _EOF_
[daemon] [daemon]
TimedLoginEnable=true TimedLoginEnable=true
TimedLogin=fedora TimedLogin=fedora
TimedLoginDelay=10 TimedLoginDelay=10
FOE _EOF_
if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then
cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /home/fedora/.face cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /home/fedora/.face
chown fedora:fedora /home/fedora/.face chown fedora:fedora /home/fedora/.face
# TODO: would be nice to get e-d-s to pick this one up too... but how? # TODO: would be nice to get e-d-s to pick this one up too... but how?
fi fi
EOF EOF
%end %end