updated to livesys mechanism

This commit is contained in:
Chitlesh Goorah 2008-11-09 19:23:52 +01:00
parent dcc85fafa4
commit c3ea3a8a0b
1 changed files with 18 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Description : Live DVD image for Fedora Electronic Lab # Description : Live DVD image for Fedora Electronic Lab
# last updated: 10 August 2008 # last updated: 09 November 2008 - ready for F10 Cambridge.
# #
# Maintainer(s): # Maintainer(s):
# - Chitlesh Goorah <chitlesh a fedoraproject.org> # - Chitlesh Goorah <chitlesh a fedoraproject.org>
@ -25,7 +25,7 @@ kdebluetooth
-koffice-kspread -koffice-kspread
-koffice-kpresenter -koffice-kpresenter
-koffice-filters -koffice-filters
-kdeedu-kstars
# some projects based on ghdl and gtkwave needs # some projects based on ghdl and gtkwave needs
zlib-devel zlib-devel
@ -130,6 +130,12 @@ avrdude
dfu-programmer dfu-programmer
avarice avarice
uisp uisp
# debugging tools
gdb
valgrind
kdbg
wireshark-gnome
qemu
# computing # computing
octave octave
@ -150,15 +156,17 @@ compat-gcc-34-c++
# Fedora Electronic Lab: # Fedora Electronic Lab:
mkdir -p /home/liveuser/.kde/share/config/ cat >> /etc/rc.d/init.d/livesys << EOF
# kill stupid klipper # kill stupid klipper
cat > /home/liveuser/.kde/share/config/klipperrc <<EOF cat > /home/liveuser/.kde/share/config/klipperrc <<KLIPPER_EOF
[General] [General]
AutoStart=false AutoStart=false
EOF KLIPPER_EOF
cat > /home/liveuser/.kde/share/config/kxkbrc <<EOF chown liveuser:liveuser /home/liveuser/.kde/share/config/klipperrc
cat > /home/liveuser/.kde/share/config/kxkbrc << KXKBRC_EOF
[Layout] [Layout]
DisplayNames=us,ch,de,fr DisplayNames=us,ch,de,fr
IndicatorOnly=false IndicatorOnly=false
@ -170,7 +178,9 @@ ShowFlag=true
ShowSingle=true ShowSingle=true
SwitchMode=Global SwitchMode=Global
Use=true Use=true
EOF KXKBRC_EOF
chown liveuser:liveuser /home/liveuser/.kde/share/config/kxkbrc
# Chitlesh doesn't like the KDE icon on the kicker, but fedora's # Chitlesh doesn't like the KDE icon on the kicker, but fedora's
# icon taken from fedora-logos and applied by kde-settings # icon taken from fedora-logos and applied by kde-settings
@ -182,5 +192,6 @@ EOF
/sbin/chkconfig rpcidmapd off 2>/dev/null /sbin/chkconfig rpcidmapd off 2>/dev/null
/sbin/chkconfig rpcbind off 2>/dev/null /sbin/chkconfig rpcbind off 2>/dev/null
EOF
%end %end