summaryrefslogtreecommitdiffstats
path: root/fedora-livedvd-electronic-lab.ks
diff options
context:
space:
mode:
authorChitlesh Goorah <chitlesh@localhost.localdomain>2008-11-09 19:23:52 +0100
committerChitlesh Goorah <chitlesh@localhost.localdomain>2008-11-09 19:23:52 +0100
commitc3ea3a8a0bdbd7895159093c2cccf0a7bd029160 (patch)
treef099ce2c20124d0f15119038ffad4a29909e3006 /fedora-livedvd-electronic-lab.ks
parentdcc85fafa4ea3a4632a63d6ba8d9089889a17a9c (diff)
downloadspin-kickstarts-c3ea3a8a0bdbd7895159093c2cccf0a7bd029160.tar.gz
spin-kickstarts-c3ea3a8a0bdbd7895159093c2cccf0a7bd029160.tar.xz
spin-kickstarts-c3ea3a8a0bdbd7895159093c2cccf0a7bd029160.zip
updated to livesys mechanism
Diffstat (limited to 'fedora-livedvd-electronic-lab.ks')
-rw-r--r--fedora-livedvd-electronic-lab.ks25
1 files changed, 18 insertions, 7 deletions
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 <chitlesh a fedoraproject.org>
@@ -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 <<EOF
+cat > /home/liveuser/.kde/share/config/klipperrc <<KLIPPER_EOF
[General]
AutoStart=false
-EOF
+KLIPPER_EOF
+
+chown liveuser:liveuser /home/liveuser/.kde/share/config/klipperrc
-cat > /home/liveuser/.kde/share/config/kxkbrc <<EOF
+cat > /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