gnome based FEL tested against 06/07/2009's rawhide
This commit is contained in:
parent
6a6e3abe47
commit
5138977598
@ -4,7 +4,7 @@
|
|||||||
# - Chitlesh Goorah <chitlesh a fedoraproject.org>
|
# - Chitlesh Goorah <chitlesh a fedoraproject.org>
|
||||||
# - Thibault North <tnorth a fedoraproject.org>
|
# - Thibault North <tnorth a fedoraproject.org>
|
||||||
|
|
||||||
%include fedora-livecd-kde.ks
|
%include fedora-livecd-desktop.ks
|
||||||
|
|
||||||
# DVD payload
|
# DVD payload
|
||||||
part / --size=8192
|
part / --size=8192
|
||||||
@ -15,33 +15,15 @@ part / --size=8192
|
|||||||
|
|
||||||
|
|
||||||
# Embedded design
|
# Embedded design
|
||||||
eclipse-cdt
|
make
|
||||||
eclipse-cdt-sdk
|
eclipse-cdt-sdk
|
||||||
|
#eclipse-eclox
|
||||||
eclipse-egit
|
eclipse-egit
|
||||||
eclipse-epic
|
eclipse-epic
|
||||||
eclipse-rcp
|
|
||||||
eclipse-subclipse
|
eclipse-subclipse
|
||||||
doxygen
|
#eclipse-texlipse
|
||||||
splint
|
splint
|
||||||
|
|
||||||
# KDE basic packages
|
|
||||||
kdesvn
|
|
||||||
kdesdk
|
|
||||||
yakuake
|
|
||||||
kdebluetooth
|
|
||||||
|
|
||||||
|
|
||||||
# removing useless application from KDE ks
|
|
||||||
-kdegames
|
|
||||||
-koffice-kword
|
|
||||||
-koffice-kspread
|
|
||||||
-koffice-kpresenter
|
|
||||||
-koffice-filters
|
|
||||||
-kdeedu-kstars
|
|
||||||
|
|
||||||
# some projects based on ghdl and gtkwave needs
|
|
||||||
zlib-devel
|
|
||||||
|
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
dia
|
dia
|
||||||
@ -52,20 +34,10 @@ openoffice.org-writer2latex
|
|||||||
openoffice.org-calc
|
openoffice.org-calc
|
||||||
openoffice.org-impress
|
openoffice.org-impress
|
||||||
openoffice.org-extendedPDF
|
openoffice.org-extendedPDF
|
||||||
openoffice.org-ooolatex
|
|
||||||
kile
|
|
||||||
tetex-IEEEtran
|
|
||||||
planner
|
planner
|
||||||
graphviz
|
graphviz
|
||||||
|
|
||||||
|
|
||||||
# some other extra packages
|
|
||||||
firefox
|
|
||||||
make
|
|
||||||
wget
|
|
||||||
tkcvs
|
|
||||||
|
|
||||||
|
|
||||||
# debugging tools
|
# debugging tools
|
||||||
gdb
|
gdb
|
||||||
valgrind
|
valgrind
|
||||||
@ -75,60 +47,21 @@ qemu
|
|||||||
|
|
||||||
|
|
||||||
# EDA/CAD department
|
# EDA/CAD department
|
||||||
db4-cxx
|
|
||||||
db4-tcl
|
|
||||||
perl-Test-Pod
|
perl-Test-Pod
|
||||||
perl-Test-Pod-Coverage
|
perl-Test-Pod-Coverage
|
||||||
|
|
||||||
|
|
||||||
# Extra support for compiling SystemC (not fedora compatible)
|
# Removing unnecessary packages from the desktop spin
|
||||||
compat-gcc-34-c++
|
-abiword
|
||||||
|
-@games
|
||||||
|
-gimp
|
||||||
|
-gimp-libs
|
||||||
|
-gimp-data-extras
|
||||||
|
-kdebluetooth
|
||||||
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
###### Fedora Electronic Lab ####################################################
|
|
||||||
|
|
||||||
# Fedora Electronic Lab:
|
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
||||||
|
|
||||||
# kill stupid klipper
|
|
||||||
cat > /home/liveuser/.kde/share/config/klipperrc <<KLIPPER_EOF
|
|
||||||
[General]
|
|
||||||
AutoStart=false
|
|
||||||
KLIPPER_EOF
|
|
||||||
|
|
||||||
chown liveuser:liveuser /home/liveuser/.kde/share/config/klipperrc
|
|
||||||
|
|
||||||
cat > /home/liveuser/.kde/share/config/kxkbrc << KXKBRC_EOF
|
|
||||||
[Layout]
|
|
||||||
DisplayNames=us,ch,de,fr
|
|
||||||
IndicatorOnly=false
|
|
||||||
LayoutList=us,ch,de,fr
|
|
||||||
Model=pc104
|
|
||||||
Options=
|
|
||||||
ResetOldOptions=true
|
|
||||||
ShowFlag=true
|
|
||||||
ShowSingle=true
|
|
||||||
SwitchMode=Global
|
|
||||||
Use=true
|
|
||||||
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
|
|
||||||
|
|
||||||
# FEL doesn't need these and boots slowly
|
|
||||||
/sbin/chkconfig sendmail off 2>/dev/null
|
|
||||||
/sbin/chkconfig nfs off 2>/dev/null
|
|
||||||
/sbin/chkconfig nfslock off 2>/dev/null
|
|
||||||
/sbin/chkconfig rpcidmapd off 2>/dev/null
|
|
||||||
/sbin/chkconfig rpcbind off 2>/dev/null
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
Loading…
Reference in New Issue
Block a user