mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-11 01:20:30 +08:00
Compare commits
38 Commits
0.11.2-1
...
0.11.4.fc1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7ae23d07f | ||
|
|
82849f7f15 | ||
|
|
a6755187bc | ||
|
|
bc87e4a62c | ||
|
|
dcfc14f75b | ||
|
|
62f2938847 | ||
|
|
a569c1455e | ||
|
|
d6dada676b | ||
|
|
c12ab51657 | ||
|
|
733e51d9b5 | ||
|
|
9f42048e37 | ||
|
|
9d59f81cd2 | ||
|
|
db39e2d912 | ||
|
|
2c3537e702 | ||
|
|
bc064e9a62 | ||
|
|
4046de03be | ||
|
|
e7ca906fcf | ||
|
|
7f9a28dc90 | ||
|
|
58f83c9b41 | ||
|
|
48c898c15d | ||
|
|
53146d774b | ||
|
|
657172e0f6 | ||
|
|
2428460b15 | ||
|
|
8583712527 | ||
|
|
e6f97e0302 | ||
|
|
dfb6692632 | ||
|
|
41d76a8548 | ||
|
|
805dcc37d5 | ||
|
|
92b2ac326a | ||
|
|
bea1371dcb | ||
|
|
136a10ffb1 | ||
|
|
4c2b5dcaf5 | ||
|
|
9ec8637786 | ||
|
|
22b216589a | ||
|
|
b1aa49f574 | ||
|
|
c153a50c0b | ||
|
|
cafd01a101 | ||
|
|
80ff46c81d |
@@ -66,7 +66,7 @@ clean:
|
|||||||
rm -f aclocal.m4 configure
|
rm -f aclocal.m4 configure
|
||||||
|
|
||||||
ChangeLog:
|
ChangeLog:
|
||||||
(GIT_DIR=.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
|
(GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
|
||||||
|
|
||||||
rpm: ChangeLog dist
|
rpm: ChangeLog dist
|
||||||
@(rpmbuild -ta ${PACKAGE}-$(PACKAGE_VERSION).tar.gz)
|
@(rpmbuild -ta ${PACKAGE}-$(PACKAGE_VERSION).tar.gz)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
AC_INIT([spin-kickstarts], 0.11.2)
|
AC_INIT([spin-kickstarts], 0.11.4)
|
||||||
AC_SUBST([RELEASE], 1)
|
AC_SUBST([RELEASE], 1)
|
||||||
|
|
||||||
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"
|
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"
|
||||||
|
|||||||
@@ -27,16 +27,16 @@ part / --size 550 --fstype ext3 --ondisk sda
|
|||||||
# Repositories
|
# Repositories
|
||||||
#
|
#
|
||||||
# To compose against the current release tree, use the following "repo" (enabled by default)
|
# To compose against the current release tree, use the following "repo" (enabled by default)
|
||||||
#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch
|
repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearch
|
||||||
# To include updates, use the following "repo" (enabled by default)
|
# To include updates, use the following "repo" (enabled by default)
|
||||||
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch
|
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f11&arch=$basearch
|
||||||
|
|
||||||
# To compose against rawhide, use the following "repo" (disabled by default)
|
# To compose against rawhide, use the following "repo" (disabled by default)
|
||||||
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
||||||
|
|
||||||
# To compose against local trees, (edit and) use:
|
# To compose against local trees, (edit and) use:
|
||||||
#repo --name=f10 --baseurl=http://localrepo/fedora/releases/10/Everything/$basearch/os/
|
#repo --name=f11 --baseurl=http://localrepo/fedora/releases/11/Everything/$basearch/os/
|
||||||
#repo --name=f10-updates --baseurl=http://localrepo/fedora/updates/10/$basearch/
|
#repo --name=f11-updates --baseurl=http://localrepo/fedora/updates/11/$basearch/
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add all the packages after the base packages
|
# Add all the packages after the base packages
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
#part iso --size=4998
|
#part iso --size=4998
|
||||||
|
|
||||||
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
||||||
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
repo --name=release --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearch --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng --exclude java-1.5.0-gcj-devel --exclude astronomy-bookmarks --exclude generic* --exclude java-1.5.0-gcj-javadoc --exclude btanks --exclude GConf2-dbus --exclude bluez-gnome
|
||||||
repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch
|
repo --name=release-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11-source&arch=$basearch
|
||||||
|
|
||||||
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||||
# (@base is added by default unless you add --nobase to %packages)
|
# (@base is added by default unless you add --nobase to %packages)
|
||||||
@@ -20,21 +20,17 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
|
|||||||
# core
|
# core
|
||||||
tcsh
|
tcsh
|
||||||
kernel*
|
kernel*
|
||||||
-kernel*debug*
|
|
||||||
-kernel-kdump*
|
|
||||||
-syslog-ng
|
|
||||||
# Desktop Packages
|
# Desktop Packages
|
||||||
@kde-desktop
|
@kde-desktop
|
||||||
echo-icon-theme
|
echo-icon-theme
|
||||||
tracker
|
tracker
|
||||||
swfdec
|
swfdec
|
||||||
libflashsupport
|
|
||||||
nspluginwrapper
|
nspluginwrapper
|
||||||
liferea
|
liferea
|
||||||
esc
|
esc
|
||||||
thunderbird
|
thunderbird
|
||||||
|
@dial-up
|
||||||
# apps
|
# apps
|
||||||
@authoring-and-publishing
|
|
||||||
@eclipse
|
@eclipse
|
||||||
joe
|
joe
|
||||||
emacs
|
emacs
|
||||||
@@ -47,7 +43,6 @@ wireshark-gnome
|
|||||||
@development-tools
|
@development-tools
|
||||||
@fedora-packager
|
@fedora-packager
|
||||||
@gnome-software-development
|
@gnome-software-development
|
||||||
@java-development
|
|
||||||
@kde-software-development
|
@kde-software-development
|
||||||
@web-development
|
@web-development
|
||||||
@x-software-development
|
@x-software-development
|
||||||
@@ -61,7 +56,7 @@ wireshark-gnome
|
|||||||
@server-cfg
|
@server-cfg
|
||||||
@smb-server
|
@smb-server
|
||||||
@sql-server
|
@sql-server
|
||||||
@web-server --optional
|
@web-server
|
||||||
# Keep dap off the install media, makes Eng & Sci show up
|
# Keep dap off the install media, makes Eng & Sci show up
|
||||||
-dap-server-cgi
|
-dap-server-cgi
|
||||||
# Virt group
|
# Virt group
|
||||||
@@ -131,7 +126,6 @@ jfsutils
|
|||||||
@marathi-support
|
@marathi-support
|
||||||
@mongolian-support
|
@mongolian-support
|
||||||
@nepali-support
|
@nepali-support
|
||||||
@northern-sami-support
|
|
||||||
@northern-sotho-support
|
@northern-sotho-support
|
||||||
@norwegian-support
|
@norwegian-support
|
||||||
@oriya-support
|
@oriya-support
|
||||||
@@ -179,4 +173,6 @@ jfsutils
|
|||||||
-java-1.5.0-gcj-devel
|
-java-1.5.0-gcj-devel
|
||||||
-libgcj-src
|
-libgcj-src
|
||||||
-*javadoc*
|
-*javadoc*
|
||||||
|
-frysk
|
||||||
|
-*gcj*
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -12,22 +12,22 @@ keyboard us
|
|||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled
|
firewall --enabled --service=mdns
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
part / --size 3072 --fstype ext4
|
part / --size 3072 --fstype ext4
|
||||||
services --enabled=NetworkManager --disabled=network,sshd
|
services --enabled=NetworkManager --disabled=network,sshd
|
||||||
|
|
||||||
# To compose against the current release tree, use the following "repo" (enabled by default)
|
# To compose against the current release tree, use the following "repo" (enabled by default)
|
||||||
#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch
|
repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearch
|
||||||
# To include updates, use the following "repo" (enabled by default)
|
# To include updates, use the following "repo" (enabled by default)
|
||||||
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch
|
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f11&arch=$basearch
|
||||||
|
|
||||||
# To compose against rawhide, use the following "repo" (disabled by default)
|
# To compose against rawhide, use the following "repo" (disabled by default)
|
||||||
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
||||||
|
|
||||||
# To compose against local trees, (edit and) use:
|
# To compose against local trees, (edit and) use:
|
||||||
#repo --name=f10 --baseurl=http://localrepo/fedora/releases/10/Everything/$basearch/os/
|
#repo --name=f11 --baseurl=http://localrepo/fedora/releases/11/Everything/$basearch/os/
|
||||||
#repo --name=f10-updates --baseurl=http://localrepo/fedora/updates/10/$basearch/
|
#repo --name=f11-updates --baseurl=http://localrepo/fedora/updates/11/$basearch/
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@base-x
|
@base-x
|
||||||
@@ -121,6 +121,14 @@ if [ -b \`readlink -f /dev/live\` ]; then
|
|||||||
mount -o ro /dev/live /mnt/live 2>/dev/null || mount /dev/live /mnt/live
|
mount -o ro /dev/live /mnt/live 2>/dev/null || mount /dev/live /mnt/live
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
livedir="LiveOS"
|
||||||
|
for arg in \`cat /proc/cmdline\` ; do
|
||||||
|
if [ "\${arg##live_dir=}" != "\${arg}" ]; then
|
||||||
|
livedir=\${arg##live_dir=}
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
# enable swaps unless requested otherwise
|
# enable swaps unless requested otherwise
|
||||||
swaps=\`blkid -t TYPE=swap -o device\`
|
swaps=\`blkid -t TYPE=swap -o device\`
|
||||||
if ! strstr "\`cat /proc/cmdline\`" noswap && [ -n "\$swaps" ] ; then
|
if ! strstr "\`cat /proc/cmdline\`" noswap && [ -n "\$swaps" ] ; then
|
||||||
@@ -128,8 +136,8 @@ if ! strstr "\`cat /proc/cmdline\`" noswap && [ -n "\$swaps" ] ; then
|
|||||||
action "Enabling swap partition \$s" swapon \$s
|
action "Enabling swap partition \$s" swapon \$s
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
if ! strstr "\`cat /proc/cmdline\`" noswap && [ -f /mnt/live/LiveOS/swap.img ] ; then
|
if ! strstr "\`cat /proc/cmdline\`" noswap && [ -f /mnt/live/\${livedir}/swap.img ] ; then
|
||||||
action "Enabling swap file" swapon /mnt/live/LiveOS/swap.img
|
action "Enabling swap file" swapon /mnt/live/\${livedir}/swap.img
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mountPersistentHome() {
|
mountPersistentHome() {
|
||||||
@@ -179,8 +187,8 @@ findPersistentHome() {
|
|||||||
|
|
||||||
if strstr "\`cat /proc/cmdline\`" persistenthome= ; then
|
if strstr "\`cat /proc/cmdline\`" persistenthome= ; then
|
||||||
findPersistentHome
|
findPersistentHome
|
||||||
elif [ -e /mnt/live/LiveOS/home.img ]; then
|
elif [ -e /mnt/live/\${livedir}/home.img ]; then
|
||||||
homedev=/mnt/live/LiveOS/home.img
|
homedev=/mnt/live/\${livedir}/home.img
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if we have a persistent /home, then we want to go ahead and mount it
|
# if we have a persistent /home, then we want to go ahead and mount it
|
||||||
|
|||||||
@@ -39,11 +39,11 @@ bitstream-vera-*
|
|||||||
-lklug-fonts
|
-lklug-fonts
|
||||||
-abyssinica-fonts
|
-abyssinica-fonts
|
||||||
-jomolhari-fonts
|
-jomolhari-fonts
|
||||||
-lohit-fonts-*
|
-lohit-*
|
||||||
-kacst-fonts
|
-kacst-fonts
|
||||||
-paktype-fonts
|
-paktype-fonts
|
||||||
-baekmuk-*
|
-baekmuk-*
|
||||||
-VLGothic-fonts-*
|
-vlgothic-fonts-*
|
||||||
-padauk-fonts
|
-padauk-fonts
|
||||||
-un-*
|
-un-*
|
||||||
-samyak-fonts-*
|
-samyak-fonts-*
|
||||||
@@ -52,6 +52,7 @@ bitstream-vera-*
|
|||||||
-cjkuni-*
|
-cjkuni-*
|
||||||
-hanazono-fonts
|
-hanazono-fonts
|
||||||
-thai-*
|
-thai-*
|
||||||
|
-smc-meera-fonts
|
||||||
|
|
||||||
# remove input methods
|
# remove input methods
|
||||||
-@input-methods
|
-@input-methods
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
@sound-and-video
|
@sound-and-video
|
||||||
@gnome-desktop
|
@gnome-desktop
|
||||||
nss-mdns
|
nss-mdns
|
||||||
|
NetworkManager-vpnc
|
||||||
|
NetworkManager-openvpn
|
||||||
# we don't include @office so that we don't get OOo. but some nice bits
|
# we don't include @office so that we don't get OOo. but some nice bits
|
||||||
abiword
|
abiword
|
||||||
#gnumeric
|
#gnumeric
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# fedora-livecd-kde-de_DE.ks
|
# fedora-livecd-kde-de_DE.ks
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Maintainer(s):
|
||||||
# - Sebastian Vahl <ml@deadbabylon.de>
|
# - Sebastian Vahl <fedora@deadbabylon.de>
|
||||||
|
|
||||||
%include fedora-livecd-kde.ks
|
%include fedora-livecd-kde.ks
|
||||||
|
|
||||||
@@ -12,10 +12,6 @@ timezone Europe/Berlin
|
|||||||
%packages
|
%packages
|
||||||
@german-support
|
@german-support
|
||||||
|
|
||||||
# don't use kpackagekit until it's translated
|
|
||||||
-kpackagekit
|
|
||||||
gnome-packagekit
|
|
||||||
|
|
||||||
# don't install unnecessary input methods
|
# don't install unnecessary input methods
|
||||||
-scim*
|
-scim*
|
||||||
-m17n*
|
-m17n*
|
||||||
@@ -24,31 +20,22 @@ gnome-packagekit
|
|||||||
# don't install unnecessary fonts
|
# don't install unnecessary fonts
|
||||||
-abyssinica-fonts
|
-abyssinica-fonts
|
||||||
-cjkuni*fonts*
|
-cjkuni*fonts*
|
||||||
-jomolhari-fonts
|
-jomolhari*fonts*
|
||||||
-kacst-fonts
|
-kacst*fonts*
|
||||||
-khmeros-fonts-base
|
-khmeros*fonts*
|
||||||
-lklug-fonts
|
-lklug*fonts*
|
||||||
-lohit-fonts*
|
-lohit*fonts*
|
||||||
|
-padauk*fonts*
|
||||||
|
-paktype*fonts*
|
||||||
|
-smc*fonts*
|
||||||
|
-stix*fonts*
|
||||||
|
-thai*fonts*
|
||||||
-un-core-fonts-dotum
|
-un-core-fonts-dotum
|
||||||
-padauk-fonts
|
-vlgothic*fonts*
|
||||||
-paktype-fonts
|
|
||||||
-smc-fonts-meera
|
|
||||||
-stix-fonts
|
|
||||||
-thaifonts-scalable
|
|
||||||
-VLGothic-fonts
|
|
||||||
|
|
||||||
# remove kdegames to free needed space
|
# remove some packages to free needed space
|
||||||
-kdegames*
|
-kdeartwork*
|
||||||
|
-kftpgrabber
|
||||||
%end
|
-kdeplasma-addons
|
||||||
|
|
||||||
%post
|
|
||||||
# set up localized keyboard since it is not used in /etc/X11/xorg.conf anymore and
|
|
||||||
# KDE don't use /etc/sysconfig/keyboard.
|
|
||||||
# Replace "de-latin1-nodeadkeys" with the keyboard layout you have used above
|
|
||||||
#mkdir -p /home/liveuser/.kde/env
|
|
||||||
#echo "system-config-keyboard --noui de-latin1-nodeadkeys" > /home/liveuser/.kde/env/keyboard.sh
|
|
||||||
#chmod +x /home/liveuser/.kde/env/keyboard.sh
|
|
||||||
#chown -R liveuser:liveuser /home/liveuser/
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,6 +11,39 @@
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
|
### The KDE-Desktop
|
||||||
|
|
||||||
|
@kde-desktop
|
||||||
|
|
||||||
|
# unwanted packages from @kde-desktop
|
||||||
|
# don't include these for now to fit on a cd
|
||||||
|
-amarok # amarok has duplicate functionality with juk (~13 megs)
|
||||||
|
-digikam # digikam has duplicate functionality with gwenview (~11 megs)
|
||||||
|
-kdeedu* # kdeedu is too big for the live images, but include kdeedu-kstars
|
||||||
|
-scribus # scribus is too big for the live images
|
||||||
|
-ktorrent # kget has also basic torrent features (~3 megs)
|
||||||
|
-kftpgrabber* # konqueror is also able to browse ftp shares (~1 megs)
|
||||||
|
-kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs)
|
||||||
|
#-kdegames # the removal of kdegames will free ~35 megs
|
||||||
|
-kdeartwork-screensavers # screensavers are not needed on live images
|
||||||
|
-kipi-plugins # ~8 megs
|
||||||
|
#-konq-plugins # ~2 megs
|
||||||
|
#-kdeplasma-addons # ~5 megs
|
||||||
|
|
||||||
|
# Additional packages that are not default in kde-desktop but useful
|
||||||
|
koffice-kword
|
||||||
|
koffice-kspread # ~1 megs
|
||||||
|
koffice-kpresenter # ~3 megs
|
||||||
|
koffice-filters
|
||||||
|
kdeartwork # only include some parts of kdeartwork
|
||||||
|
k3b
|
||||||
|
filelight # ~400kb
|
||||||
|
#twinkle # (~10 megs)
|
||||||
|
fuse
|
||||||
|
liveusb-creator
|
||||||
|
#pavucontrol # nice to have but pulls in gstreamer (~3 megs)
|
||||||
|
|
||||||
|
|
||||||
### fixes and space issues
|
### fixes and space issues
|
||||||
|
|
||||||
# make kpackagekit the default on the kde live images
|
# make kpackagekit the default on the kde live images
|
||||||
@@ -21,9 +54,6 @@ kpackagekit
|
|||||||
-system-config-printer
|
-system-config-printer
|
||||||
system-config-printer-kde
|
system-config-printer-kde
|
||||||
|
|
||||||
# make sure /usr/bin/pactl is there (#466544)
|
|
||||||
pulseaudio-utils
|
|
||||||
|
|
||||||
# make sure alsaunmute is there
|
# make sure alsaunmute is there
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
|
||||||
@@ -32,64 +62,6 @@ alsa-utils
|
|||||||
-m17n*
|
-m17n*
|
||||||
-ibus*
|
-ibus*
|
||||||
|
|
||||||
|
|
||||||
### The KDE-Desktop
|
|
||||||
|
|
||||||
@kde-desktop
|
|
||||||
|
|
||||||
# unwanted packages from @kde-desktop
|
|
||||||
# don't include these for now to fit on a cd
|
|
||||||
|
|
||||||
### amarok has duplicate functionality with juk (~13 megs)
|
|
||||||
#-amarok
|
|
||||||
### digikam has duplicate functionality with gwenview (~11 megs)
|
|
||||||
-digikam
|
|
||||||
### kdeedu is too big for the live images, but include kdeedu-kstars
|
|
||||||
-kdeedu*
|
|
||||||
### scribus is too big for the live images
|
|
||||||
-scribus
|
|
||||||
### kget has also basic torrent features (~3 megs)
|
|
||||||
-ktorrent
|
|
||||||
### konqueror is also able to browse ftp shares (~1 megs)
|
|
||||||
-kftpgrabber*
|
|
||||||
### kaffeine has duplicate functionality with dragonplayer (~3 megs)
|
|
||||||
-kaffeine*
|
|
||||||
### the removal of kdegames will free ~35 megs
|
|
||||||
#-kdegames
|
|
||||||
### kdeartwork is not really needed
|
|
||||||
-kdeartwork
|
|
||||||
|
|
||||||
# some more
|
|
||||||
-kipi-plugins
|
|
||||||
#-konq-plugins
|
|
||||||
-kdeplasma-addons
|
|
||||||
|
|
||||||
|
|
||||||
# koffice
|
|
||||||
koffice-kword
|
|
||||||
koffice-kspread
|
|
||||||
koffice-kpresenter
|
|
||||||
koffice-filters
|
|
||||||
|
|
||||||
|
|
||||||
# Useful additional KDE3 applications
|
|
||||||
k3b
|
|
||||||
filelight
|
|
||||||
# twinkle (~10 megs)
|
|
||||||
#twinkle
|
|
||||||
|
|
||||||
# some extras
|
|
||||||
fuse
|
|
||||||
liveusb-creator
|
|
||||||
|
|
||||||
# nice to have but pulls in gstreamer (~3 megs)
|
|
||||||
#pavucontrol
|
|
||||||
|
|
||||||
# FIXME/TODO: recheck the removals here
|
|
||||||
# try to remove some packages from fedora-live-base.ks
|
|
||||||
-gdm
|
|
||||||
-authconfig-gtk
|
|
||||||
|
|
||||||
# save some space (from @base)
|
# save some space (from @base)
|
||||||
-make
|
-make
|
||||||
-nss_db
|
-nss_db
|
||||||
@@ -134,7 +106,7 @@ cat > /home/liveuser/.kde/share/config/kickoffrc << MENU_EOF
|
|||||||
FavoriteURLs=/usr/share/applications/kde4/konqbrowser.desktop,/usr/share/applications/kde4/dolphin.desktop,/usr/share/applications/kde4/systemsettings.desktop,/usr/share/applications/liveinst.desktop
|
FavoriteURLs=/usr/share/applications/kde4/konqbrowser.desktop,/usr/share/applications/kde4/dolphin.desktop,/usr/share/applications/kde4/systemsettings.desktop,/usr/share/applications/liveinst.desktop
|
||||||
MENU_EOF
|
MENU_EOF
|
||||||
|
|
||||||
# show liveinst.desktop on and in menu
|
# show liveinst.desktop on desktop and in menu
|
||||||
sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
||||||
|
|
||||||
# Disable the update notifications of kpackagekit
|
# Disable the update notifications of kpackagekit
|
||||||
@@ -148,6 +120,15 @@ notifyLongTasks=2
|
|||||||
notifyUpdates=0
|
notifyUpdates=0
|
||||||
KPACKAGEKIT_EOF
|
KPACKAGEKIT_EOF
|
||||||
|
|
||||||
|
# Disable nepomuk
|
||||||
|
cat > /home/liveuser/.kde/share/config/nepomukserverrc << NEPOMUK_EOF
|
||||||
|
[Basic Settings]
|
||||||
|
Start Nepomuk=false
|
||||||
|
|
||||||
|
[Service-nepomukstrigiservice]
|
||||||
|
autostart=false
|
||||||
|
NEPOMUK_EOF
|
||||||
|
|
||||||
# make sure to set the right permissions
|
# make sure to set the right permissions
|
||||||
chown -R liveuser:liveuser /home/liveuser/.kde/
|
chown -R liveuser:liveuser /home/liveuser/.kde/
|
||||||
|
|
||||||
|
|||||||
@@ -12,17 +12,15 @@
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
# remove imsettings-xfce for now until it gets re-written
|
|
||||||
-imsettings-xfce
|
|
||||||
|
|
||||||
firefox
|
firefox
|
||||||
|
NetworkManager-vpnc
|
||||||
|
NetworkManager-openvpn
|
||||||
NetworkManager-gnome
|
NetworkManager-gnome
|
||||||
NetworkManager-pptp
|
NetworkManager-pptp
|
||||||
|
|
||||||
#nss-mdns
|
cheese
|
||||||
|
|
||||||
# we don't include @office so that we don't get OOo. but some nice bits
|
# we don't include @office so that we don't get OOo. but some nice bits
|
||||||
|
|
||||||
abiword
|
abiword
|
||||||
gnumeric
|
gnumeric
|
||||||
|
|
||||||
@@ -57,7 +55,7 @@ ristretto
|
|||||||
asunder
|
asunder
|
||||||
tracker-search-tool
|
tracker-search-tool
|
||||||
|
|
||||||
gnome-power-manager
|
xfce4-power-manager
|
||||||
seahorse
|
seahorse
|
||||||
transmission
|
transmission
|
||||||
cups-pdf
|
cups-pdf
|
||||||
@@ -78,6 +76,7 @@ yum-utils
|
|||||||
gtk-xfce-engine
|
gtk-xfce-engine
|
||||||
orage
|
orage
|
||||||
thunar-volman
|
thunar-volman
|
||||||
|
gigolo
|
||||||
xarchiver
|
xarchiver
|
||||||
xfce4-battery-plugin
|
xfce4-battery-plugin
|
||||||
xfce4-clipman-plugin
|
xfce4-clipman-plugin
|
||||||
@@ -86,8 +85,6 @@ xfce4-datetime-plugin
|
|||||||
xfce4-dict-plugin
|
xfce4-dict-plugin
|
||||||
xfce4-diskperf-plugin
|
xfce4-diskperf-plugin
|
||||||
xfce4-genmon-plugin
|
xfce4-genmon-plugin
|
||||||
#redundant with verve plugin
|
|
||||||
#xfce4-minicmd-plugin
|
|
||||||
xfce4-mount-plugin
|
xfce4-mount-plugin
|
||||||
xfce4-netload-plugin
|
xfce4-netload-plugin
|
||||||
xfce4-notes-plugin
|
xfce4-notes-plugin
|
||||||
@@ -99,7 +96,6 @@ xfce4-systemload-plugin
|
|||||||
xfce4-taskmanager
|
xfce4-taskmanager
|
||||||
xfce4-volstatus-icon
|
xfce4-volstatus-icon
|
||||||
xfce4-verve-plugin
|
xfce4-verve-plugin
|
||||||
# We use NetworkManager-gnome. So this is redundant
|
|
||||||
xfce4-weather-plugin
|
xfce4-weather-plugin
|
||||||
xfce4-websearch-plugin
|
xfce4-websearch-plugin
|
||||||
# this one a compatibility layer for GNOME applets and depends on it
|
# this one a compatibility layer for GNOME applets and depends on it
|
||||||
@@ -163,6 +159,7 @@ EOF
|
|||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
chown -R liveuser:liveuser /home/liveuser
|
chown -R liveuser:liveuser /home/liveuser
|
||||||
|
restorecon -R /home/liveuser
|
||||||
|
|
||||||
# disable screensaver locking
|
# disable screensaver locking
|
||||||
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
|
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
# Description : Live DVD image for Fedora Electronic Lab
|
# Description : Live DVD image for Fedora Electronic Lab
|
||||||
# last updated: 15 November 2008 - ready for F10 Cambridge.
|
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Maintainer(s):
|
||||||
# - 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-kde.ks
|
||||||
|
|
||||||
@@ -12,8 +11,22 @@ part / --size=8192
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
|
@electronic-lab
|
||||||
|
|
||||||
|
|
||||||
|
# Embedded design
|
||||||
|
eclipse-cdt
|
||||||
|
eclipse-cdt-sdk
|
||||||
|
eclipse-egit
|
||||||
|
eclipse-epic
|
||||||
|
eclipse-rcp
|
||||||
|
eclipse-subclipse
|
||||||
|
doxygen
|
||||||
|
splint
|
||||||
|
|
||||||
# KDE basic packages
|
# KDE basic packages
|
||||||
kdesvn
|
kdesvn
|
||||||
|
kdesdk
|
||||||
yakuake
|
yakuake
|
||||||
kdebluetooth
|
kdebluetooth
|
||||||
|
|
||||||
@@ -31,6 +44,7 @@ zlib-devel
|
|||||||
|
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
|
dia
|
||||||
vym
|
vym
|
||||||
openoffice.org-writer
|
openoffice.org-writer
|
||||||
openoffice.org-math
|
openoffice.org-math
|
||||||
@@ -40,98 +54,18 @@ openoffice.org-impress
|
|||||||
openoffice.org-extendedPDF
|
openoffice.org-extendedPDF
|
||||||
openoffice.org-ooolatex
|
openoffice.org-ooolatex
|
||||||
kile
|
kile
|
||||||
|
tetex-IEEEtran
|
||||||
planner
|
planner
|
||||||
|
graphviz
|
||||||
|
|
||||||
|
|
||||||
# some other extra packages
|
# some other extra packages
|
||||||
ntfsprogs
|
|
||||||
ntfs-3g
|
|
||||||
synaptics
|
|
||||||
setroubleshoot
|
|
||||||
smolt
|
|
||||||
smolt-firstboot
|
|
||||||
syslinux
|
|
||||||
gnupg
|
|
||||||
hal-cups-utils
|
|
||||||
firefox
|
firefox
|
||||||
bluez-gnome
|
|
||||||
gnome-bluetooth
|
|
||||||
|
|
||||||
|
|
||||||
# ignore comps.xml and make sure these packages are included
|
|
||||||
make
|
make
|
||||||
# include default fedora wallpaper
|
|
||||||
desktop-backgrounds-basic
|
|
||||||
fedora-logos
|
|
||||||
wget
|
wget
|
||||||
tkcvs
|
tkcvs
|
||||||
|
|
||||||
|
|
||||||
# vlsi
|
|
||||||
alliance-doc
|
|
||||||
electric
|
|
||||||
irsim
|
|
||||||
gds2pov
|
|
||||||
magic-doc
|
|
||||||
toped
|
|
||||||
xcircuit
|
|
||||||
qucs
|
|
||||||
netgen
|
|
||||||
pharosc
|
|
||||||
pharosc-alliance-devel
|
|
||||||
pharosc-doc
|
|
||||||
pharosc-magic-devel
|
|
||||||
pharosc-synopsys
|
|
||||||
pharosc-xcircuit
|
|
||||||
sk2py
|
|
||||||
|
|
||||||
# Hardware Description Languages
|
|
||||||
gtkwave
|
|
||||||
iverilog
|
|
||||||
drawtiming
|
|
||||||
ghdl
|
|
||||||
freehdl
|
|
||||||
|
|
||||||
# spice and circuit
|
|
||||||
ngspice
|
|
||||||
gnucap
|
|
||||||
gspiceui
|
|
||||||
gwave
|
|
||||||
linsmith
|
|
||||||
|
|
||||||
|
|
||||||
# PCB and schematics
|
|
||||||
geda-gschem
|
|
||||||
geda-examples
|
|
||||||
geda-gsymcheck
|
|
||||||
geda-gattrib
|
|
||||||
geda-utils
|
|
||||||
geda-docs
|
|
||||||
geda-gnetlist
|
|
||||||
gerbv
|
|
||||||
gresistor
|
|
||||||
kicad
|
|
||||||
pcb
|
|
||||||
|
|
||||||
# Micro Programming
|
|
||||||
piklab
|
|
||||||
ktechlab
|
|
||||||
pikloops
|
|
||||||
sdcc
|
|
||||||
gsim85
|
|
||||||
|
|
||||||
# Serial Port Terminals
|
|
||||||
gtkterm
|
|
||||||
picocom
|
|
||||||
minicom
|
|
||||||
|
|
||||||
# embedded
|
|
||||||
arm-gp2x-linux*
|
|
||||||
avr-*
|
|
||||||
avrdude
|
|
||||||
dfu-programmer
|
|
||||||
avarice
|
|
||||||
uisp
|
|
||||||
# debugging tools
|
# debugging tools
|
||||||
gdb
|
gdb
|
||||||
valgrind
|
valgrind
|
||||||
@@ -139,33 +73,17 @@ kdbg
|
|||||||
wireshark-gnome
|
wireshark-gnome
|
||||||
qemu
|
qemu
|
||||||
|
|
||||||
# computing
|
|
||||||
octave
|
|
||||||
octave-forge
|
|
||||||
qtoctave
|
|
||||||
|
|
||||||
# Oracle Berkeley database
|
# EDA/CAD department
|
||||||
db4-cxx
|
db4-cxx
|
||||||
db4-tcl
|
db4-tcl
|
||||||
|
perl-Test-Pod
|
||||||
|
perl-Test-Pod-Coverage
|
||||||
|
|
||||||
# Extra support for compiling SystemC (not yet fedora compatible)
|
|
||||||
|
# Extra support for compiling SystemC (not fedora compatible)
|
||||||
compat-gcc-34-c++
|
compat-gcc-34-c++
|
||||||
|
|
||||||
# TCL gui apps through ssh support, e.g modelsim and cadence icfb
|
|
||||||
xorg-x11-fonts-100dpi
|
|
||||||
xorg-x11-fonts-ISO8859-1-100dpi
|
|
||||||
xorg-x11-fonts-ISO8859-9-100dpi
|
|
||||||
xorg-x11-fonts-Type1
|
|
||||||
|
|
||||||
# Perl Modules
|
|
||||||
perl-Hardware-Verilog-Parser
|
|
||||||
perl-Hardware-Vhdl-Lexer
|
|
||||||
perl-Hardware-Vhdl-Parser
|
|
||||||
perl-Hardware-Vhdl-Tidy
|
|
||||||
perl-ModelSim-List
|
|
||||||
perl-Perlilog
|
|
||||||
perl-Verilog
|
|
||||||
vhd2vl
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,6 @@ maniadrive-music
|
|||||||
nethack-vultures
|
nethack-vultures
|
||||||
netpanzer
|
netpanzer
|
||||||
neverball
|
neverball
|
||||||
nexuiz
|
|
||||||
nogravity
|
nogravity
|
||||||
# openarena (cut because of size, may be restored later if larger iso's allowed)
|
# openarena (cut because of size, may be restored later if larger iso's allowed)
|
||||||
pinball
|
pinball
|
||||||
@@ -100,8 +99,6 @@ solarwolf
|
|||||||
sopwith
|
sopwith
|
||||||
stormbaancoureur
|
stormbaancoureur
|
||||||
ularn
|
ularn
|
||||||
urbanterror
|
|
||||||
worldofpadman
|
|
||||||
xblast
|
xblast
|
||||||
|
|
||||||
# arcade classics(ish) (big)
|
# arcade classics(ish) (big)
|
||||||
|
|||||||
@@ -34,6 +34,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* @DATESTAMP@ Jeroen van Meeuwen <kanarip a fedoraunity.org> @VERSION@-@RELEASE@
|
* @DATESTAMP@ Jeroen van Meeuwen <kanarip a fedoraunity.org> @VERSION@-@RELEASE@
|
||||||
|
- Fix repos in fedora-install-fedora.ks (#505262)
|
||||||
|
|
||||||
|
* Sun May 31 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.3-1
|
||||||
|
- New release
|
||||||
- Removed developer spin from the mix
|
- Removed developer spin from the mix
|
||||||
|
|
||||||
* Wed Mar 04 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.1-1
|
* Wed Mar 04 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.1-1
|
||||||
|
|||||||
Reference in New Issue
Block a user