Add maintainers for Fedora Electronic Lab Spin

Improve 'chkconfig --del' to 'chkconfig off'
This commit is contained in:
Jeroen van Meeuwen (Fedora Unity) 2008-05-31 14:45:39 +02:00
parent e2a4d70485
commit 34164c6a0f

View File

@ -1,5 +1,8 @@
# Description : Live image for Fedora Electronic Lab # fedora-livecd-electronic-lab.ks
# last updated: 10 October 2007 #
# Maintainer(s):
# - Chitlesh Goorah <chitlesh a fedoraproject.org>
# - Tibaut North <tnorth a fedoraproject.org>
%include fedora-live-base.ks %include fedora-live-base.ks
@ -110,6 +113,7 @@ uisp
#computing #computing
octave octave
octave-forge
%end %end
@ -125,8 +129,7 @@ ButtonsOnRight=FIAX
CustomButtonPositions=true CustomButtonPositions=true
EOF EOF
# kill klipper
# kill stupid klipper
cat > /usr/share/kde-settings/kde-profile/default/share/config/klipperrc <<EOF cat > /usr/share/kde-settings/kde-profile/default/share/config/klipperrc <<EOF
[General] [General]
AutoStart=false AutoStart=false
@ -217,21 +220,22 @@ chmod 755 /etc/skel/.kde/env/start-custom.sh
cat > /etc/skel/.kde/shutdown/stop-custom.sh << EOF cat > /etc/skel/.kde/shutdown/stop-custom.sh << EOF
#/bin/sh #/bin/sh
if [-n "$GNOME_KEYRING_PID"];then if [-n "$GNOME_KEYRING_PID"]; then
kill $GNOME_KEYRING_PID kill $GNOME_KEYRING_PID
fi fi
EOF EOF
chmod 755 /etc/skel/.kde/shutdown/stop-custom.sh chmod 755 /etc/skel/.kde/shutdown/stop-custom.sh
###### Fedora Electronic Lab #################################################### ###### Fedora Electronic Lab ####################################################
# FEL doesn't need these and boots slowly # FEL doesn't need these and boots slowly
/sbin/chkconfig --del anacron /sbin/chkconfig anacron off
/sbin/chkconfig --del sendmail /sbin/chkconfig sendmail off
/sbin/chkconfig --del nfs /sbin/chkconfig nfs off
/sbin/chkconfig --del nfslock /sbin/chkconfig nfslock off
/sbin/chkconfig --del rpcidmapd /sbin/chkconfig rpcidmapd off
/sbin/chkconfig --del rpcbind /sbin/chkconfig rpcbind off
%end %end