From c3ea3a8a0bdbd7895159093c2cccf0a7bd029160 Mon Sep 17 00:00:00 2001 From: Chitlesh Goorah Date: Sun, 9 Nov 2008 19:23:52 +0100 Subject: updated to livesys mechanism --- fedora-livedvd-electronic-lab.ks | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'fedora-livedvd-electronic-lab.ks') diff --git a/fedora-livedvd-electronic-lab.ks b/fedora-livedvd-electronic-lab.ks index 0076e13..73563b5 100644 --- a/fedora-livedvd-electronic-lab.ks +++ b/fedora-livedvd-electronic-lab.ks @@ -1,5 +1,5 @@ # Description : Live DVD image for Fedora Electronic Lab -# last updated: 10 August 2008 +# last updated: 09 November 2008 - ready for F10 Cambridge. # # Maintainer(s): # - Chitlesh Goorah @@ -25,7 +25,7 @@ kdebluetooth -koffice-kspread -koffice-kpresenter -koffice-filters - +-kdeedu-kstars # some projects based on ghdl and gtkwave needs zlib-devel @@ -130,6 +130,12 @@ avrdude dfu-programmer avarice uisp +# debugging tools +gdb +valgrind +kdbg +wireshark-gnome +qemu # computing octave @@ -150,15 +156,17 @@ compat-gcc-34-c++ # Fedora Electronic Lab: -mkdir -p /home/liveuser/.kde/share/config/ +cat >> /etc/rc.d/init.d/livesys << EOF # kill stupid klipper -cat > /home/liveuser/.kde/share/config/klipperrc < /home/liveuser/.kde/share/config/klipperrc < /home/liveuser/.kde/share/config/kxkbrc < /home/liveuser/.kde/share/config/kxkbrc << KXKBRC_EOF [Layout] DisplayNames=us,ch,de,fr IndicatorOnly=false @@ -170,7 +178,9 @@ ShowFlag=true ShowSingle=true SwitchMode=Global 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 # icon taken from fedora-logos and applied by kde-settings @@ -182,5 +192,6 @@ EOF /sbin/chkconfig rpcidmapd off 2>/dev/null /sbin/chkconfig rpcbind off 2>/dev/null +EOF %end -- cgit