Application as spins-wrangler
by Christoph Wickert
As we are just sitting in the "Future of spins" session, I am throwing
my head in the ring to become the next Fedora Spins wrangler.
I am willing to help the spin maintainers and kick their butts if
necessary in order to have a better spins experience in F15.
Regards,
Christoph
12 years, 10 months
[spin-kickstarts] meego: drop mesa experimental
by Peter Robinson
commit 43ad7e5d43662aa7c464d9cbf7f82aebf078286c
Author: Peter Robinson <pbrobinson(a)gmail.com>
Date: Sat Jan 29 18:17:11 2011 +0000
meego: drop mesa experimental
fedora-livecd-meego.ks | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/fedora-livecd-meego.ks b/fedora-livecd-meego.ks
index 6a79eff..38f2c5d 100644
--- a/fedora-livecd-meego.ks
+++ b/fedora-livecd-meego.ks
@@ -7,7 +7,6 @@
# MeeGo NetBook UX
@meego-netbook
-mesa-dri-drivers-experimental
notification-daemon
gnome-terminal
empathy
12 years, 10 months
[spin-kickstarts] Use $releasever instead of hard coded release.
by Bruno Wolff III
commit 9c6bf5bdaf181b8bc655892ff03aa6a27a4ba514
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Thu Jan 27 11:37:01 2011 -0600
Use $releasever instead of hard coded release.
livecd-creator supports $releasever, so we can remove hard coded release names
(other than rawhide) from the repo commands. Even though these are currently
comments, I wanted to get a head start on getting these ready for the F15
branch.
fedora-aos.ks | 6 +++---
fedora-live-base.ks | 6 +++---
fedora-live-mini.ks | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/fedora-aos.ks b/fedora-aos.ks
index 3447b65..9d93113 100644
--- a/fedora-aos.ks
+++ b/fedora-aos.ks
@@ -27,9 +27,9 @@ part / --size 1024 --fstype ext4 --ondisk sda
# Repositories
#
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
-#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-14&arch=$basearch
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f14&arch=$basearch
-#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f14&arch=$basearch
+#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
+#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
+#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
#
# Add all the packages after the base packages
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index ac929c8..5aed410 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -18,9 +18,9 @@ part / --size 3072 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
-#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-14&arch=$basearch
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f14&arch=$basearch
-#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f14&arch=$basearch
+#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
+#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
+#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
%packages
@base-x
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 7bbe5b9..6d4ad4c 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -13,9 +13,9 @@ part / --size 4096 --fstype ext4
services --enabled=NetworkManager,messagebus --disabled=network,sshd
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
-#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-14&arch=$basearch
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f14&arch=$basearch
-#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f14&arch=$basearch
+#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
+#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
+#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
%packages
@base-x
12 years, 10 months
Different boot defaults
by Jan Kratochvil
Hi,
just thought if the Live defaults were intentional or omitted, using these
different defaults locally:
AutomaticLogin: I do not understand a username question on boot CD/flash, what
is it good for?
DisallowTCP: One cannot use xhost, ssh -R/-L for X connections etc. without it.
I am not a security expert but still the X server defaults ensure
this setting on it own is safe.
SoundOnLogin: no comment
Regards,
Jan
%post
cat >> /etc/gdm/custom.conf << FOE
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=liveuser
[security]
DisallowTCP=false
[greeter]
SoundOnLogin=false
FOE
%end
12 years, 10 months
[spin-kickstarts] Need to remove rpm db files after running rpm in the post section.
by Bruno Wolff III
commit 60096ceccebe4542e972dbbf877427a850ba3268
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Wed Jan 26 00:51:41 2011 -0600
Need to remove rpm db files after running rpm in the post section.
fedora-live-base.ks | 2 ++
fedora-live-mini.ks | 2 ++
fedora-livecd-soas.ks | 2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 0043756..ac929c8 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -309,6 +309,8 @@ rm -f /var/lib/rpm/__db*
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
echo "Packages within this LiveCD"
rpm -qa
+# Note that running rpm recreates the rpm db files which aren't needed or wanted
+rm -f /var/lib/rpm/__db*
# go ahead and pre-make the man -k cache (#455968)
/usr/bin/mandb
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 3f522a4..7bbe5b9 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -374,6 +374,8 @@ chmod 755 /etc/rc.d/init.d/livesys-late
# work around for poor key import UI in PackageKit
rm -f /var/lib/rpm/__db*
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
+# Note that running rpm recreates the rpm db files which aren't needed or wanted
+rm -f /var/lib/rpm/__db*
# go ahead and pre-make the man -k cache (#455968)
/usr/bin/mandb
diff --git a/fedora-livecd-soas.ks b/fedora-livecd-soas.ks
index ccd4104..eb00ac3 100644
--- a/fedora-livecd-soas.ks
+++ b/fedora-livecd-soas.ks
@@ -107,6 +107,8 @@ libertas-usb8388-firmware
KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n')
/usr/sbin/plymouth-set-default-theme sugar
/sbin/dracut -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION
+# Note that running rpm recreates the rpm db files which aren't needed or wanted
+rm -f /var/lib/rpm/__db*
# Get proper release naming in the control panel
cat >> /boot/olpc_build << EOF
12 years, 10 months
[spin-kickstarts: 1/2] refactor bits for both a smaller livecd and bigger live image
by Rex Dieter
commit 43e5e0913a56ffa0d051134307173a7cf179b56f
Author: Rex Dieter <rdieter(a)fedoraproject.org>
Date: Tue Jan 25 10:10:19 2011 -0600
refactor bits for both a smaller livecd and bigger live image
fedora-live-kde-base.ks | 109 +++++++++++++++++++++++++++++++
fedora-live-kde.ks | 164 +++++++++++++++++++++++++++++++++++++++++++++++
fedora-livecd-kde.ks | 13 +---
3 files changed, 277 insertions(+), 9 deletions(-)
---
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
new file mode 100644
index 0000000..1fa5cb8
--- /dev/null
+++ b/fedora-live-kde-base.ks
@@ -0,0 +1,109 @@
+# Maintained by the Fedora KDE SIG:
+# http://fedoraproject.org/wiki/SIGs/KDE
+# mailto:kde@lists.fedoraproject.org
+
+%include fedora-live-base.ks
+
+%packages
+
+### The KDE-Desktop
+
+@kde-desktop
+
+%end
+
+
+%post
+
+# create /etc/sysconfig/desktop (needed for installation)
+cat > /etc/sysconfig/desktop <<EOF
+DESKTOP="KDE"
+DISPLAYMANAGER="KDE"
+EOF
+
+# add initscript
+cat >> /etc/rc.d/init.d/livesys << EOF
+
+if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then
+ # use image also for kdm
+ mkdir -p /usr/share/apps/kdm/faces
+ cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /usr/share/apps/kdm/faces/fedora.face.icon
+fi
+
+# make liveuser use KDE
+echo "startkde" > /home/liveuser/.xsession
+chmod a+x /home/liveuser/.xsession
+chown liveuser:liveuser /home/liveuser/.xsession
+
+# set up autologin for user liveuser
+sed -i 's/#AutoLoginEnable=true/AutoLoginEnable=true/' /etc/kde/kdm/kdmrc
+sed -i 's/#AutoLoginUser=fred/AutoLoginUser=liveuser/' /etc/kde/kdm/kdmrc
+
+# set up user liveuser as default user and preselected user
+sed -i 's/#PreselectUser=Default/PreselectUser=Default/' /etc/kde/kdm/kdmrc
+sed -i 's/#DefaultUser=johndoe/DefaultUser=liveuser/' /etc/kde/kdm/kdmrc
+
+# add liveinst.desktop to favorites menu
+mkdir -p /home/liveuser/.kde/share/config/
+cat > /home/liveuser/.kde/share/config/kickoffrc << MENU_EOF
+[Favorites]
+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
+
+# show liveinst.desktop on desktop and in menu
+sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
+
+# chmod +x ~/Desktop/liveinst.desktop to disable KDE's security warning
+chmod +x /usr/share/applications/liveinst.desktop
+
+# copy over the icons for liveinst to hicolor
+cp /usr/share/icons/gnome/16x16/apps/system-software-install.png /usr/share/icons/hicolor/16x16/apps/
+cp /usr/share/icons/gnome/22x22/apps/system-software-install.png /usr/share/icons/hicolor/22x22/apps/
+cp /usr/share/icons/gnome/24x24/apps/system-software-install.png /usr/share/icons/hicolor/24x24/apps/
+cp /usr/share/icons/gnome/32x32/apps/system-software-install.png /usr/share/icons/hicolor/32x32/apps/
+cp /usr/share/icons/gnome/48x48/apps/system-software-install.png /usr/share/icons/hicolor/48x48/apps/
+cp /usr/share/icons/gnome/256x256/apps/system-software-install.png /usr/share/icons/hicolor/256x256/apps/
+touch /usr/share/icons/hicolor/
+
+# Disable the update notifications of kpackagekit
+cat > /home/liveuser/.kde/share/config/KPackageKit << KPACKAGEKIT_EOF
+[CheckUpdate]
+autoUpdate=0
+interval=0
+
+[Notify]
+notifyLongTasks=2
+notifyUpdates=0
+KPACKAGEKIT_EOF
+
+# Disable kres-migrator
+cat > /home/liveuser/.kde/share/config/kres-migratorrc << KRES_EOF
+[Migration]
+Enabled=false
+KRES_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 and selinux contexts
+chown -R liveuser:liveuser /home/liveuser/
+restorecon -R /home/liveuser/
+
+# don't use prelink on a running KDE live image
+sed -i 's/PRELINKING=yes/PRELINKING=no/' /etc/sysconfig/prelink
+
+# small hack to enable plasma-netbook workspace on boot
+if strstr "\`cat /proc/cmdline\`" netbook ; then
+ mv /usr/share/autostart/plasma-desktop.desktop /usr/share/autostart/plasma-netbook.desktop
+ sed -i 's/desktop/netbook/g' /usr/share/autostart/plasma-netbook.desktop
+fi
+
+EOF
+
+%end
diff --git a/fedora-live-kde.ks b/fedora-live-kde.ks
new file mode 100644
index 0000000..3a54aa6
--- /dev/null
+++ b/fedora-live-kde.ks
@@ -0,0 +1,164 @@
+# fedora-live-kde.ks
+#
+# Description:
+# - Fedora Livecd Spin with the K Desktop Environment (KDE)
+#
+# Maintainer(s):
+# - Sebastian Vahl <fedora(a)deadbabylon.de>
+# - Fedora KDE SIG, http://fedoraproject.org/wiki/SIGs/KDE, kde(a)lists.fedoraproject.org
+
+%include fedora-live-kde-base.ks
+%include fedora-live-minimization.ks
+
+
+%packages
+# Additional packages that are not default in kde-desktop but useful
+-koffice-suite # don't include whole koffice-suite, just parts of it
+koffice-kword
+koffice-kspread # ~1 megs
+koffice-kpresenter # ~3 megs
+koffice-filters
+#kdeartwork # only include some parts of kdeartwork
+#twinkle # (~10 megs)
+fuse
+liveusb-creator
+#pavucontrol # nice to have but pulls in gstreamer (~3 megs)
+fpaste # user request and pretty small
+
+# only include kdegames-minimal
+-kdegames
+kdegames-minimal
+
+# use system-config-printer-kde instead of system-config-printer
+-system-config-printer
+system-config-printer-kde
+
+# use yum-presto by default
+yum-presto
+
+### fixes and space issues
+
+# fonts (we make no bones about admitting we're english-only)
+wqy-microhei-fonts # a compact CJK font
+-un-core-dotum-fonts
+-vlgothic-fonts
+-wqy-zenhei-fonts
+-paratype-pt-sans-fonts
+-stix-fonts
+#-kacst*fonts* # arabic
+
+# make sure alsaunmute is there
+alsa-utils
+
+# make sure gnome-packagekit doesn't end up the KDE live images
+-gnome-packagekit*
+
+# remove input methods to free space
+-@input-methods
+-scim*
+-m17n*
+-ibus*
+-iok
+
+# save some space (from @base)
+-make
+-nss_db
+
+## avoid serious bugs by omitting broken stuff
+
+%end
+
+%post
+
+# create /etc/sysconfig/desktop (needed for installation)
+cat > /etc/sysconfig/desktop <<EOF
+DESKTOP="KDE"
+DISPLAYMANAGER="KDE"
+EOF
+
+# add initscript
+cat >> /etc/rc.d/init.d/livesys << EOF
+
+if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then
+ # use image also for kdm
+ mkdir -p /usr/share/apps/kdm/faces
+ cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /usr/share/apps/kdm/faces/fedora.face.icon
+fi
+
+# make liveuser use KDE
+echo "startkde" > /home/liveuser/.xsession
+chmod a+x /home/liveuser/.xsession
+chown liveuser:liveuser /home/liveuser/.xsession
+
+# set up autologin for user liveuser
+sed -i 's/#AutoLoginEnable=true/AutoLoginEnable=true/' /etc/kde/kdm/kdmrc
+sed -i 's/#AutoLoginUser=fred/AutoLoginUser=liveuser/' /etc/kde/kdm/kdmrc
+
+# set up user liveuser as default user and preselected user
+sed -i 's/#PreselectUser=Default/PreselectUser=Default/' /etc/kde/kdm/kdmrc
+sed -i 's/#DefaultUser=johndoe/DefaultUser=liveuser/' /etc/kde/kdm/kdmrc
+
+# add liveinst.desktop to favorites menu
+mkdir -p /home/liveuser/.kde/share/config/
+cat > /home/liveuser/.kde/share/config/kickoffrc << MENU_EOF
+[Favorites]
+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
+
+# show liveinst.desktop on desktop and in menu
+sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
+
+# chmod +x ~/Desktop/liveinst.desktop to disable KDE's security warning
+chmod +x /usr/share/applications/liveinst.desktop
+
+# copy over the icons for liveinst to hicolor
+cp /usr/share/icons/gnome/16x16/apps/system-software-install.png /usr/share/icons/hicolor/16x16/apps/
+cp /usr/share/icons/gnome/22x22/apps/system-software-install.png /usr/share/icons/hicolor/22x22/apps/
+cp /usr/share/icons/gnome/24x24/apps/system-software-install.png /usr/share/icons/hicolor/24x24/apps/
+cp /usr/share/icons/gnome/32x32/apps/system-software-install.png /usr/share/icons/hicolor/32x32/apps/
+cp /usr/share/icons/gnome/48x48/apps/system-software-install.png /usr/share/icons/hicolor/48x48/apps/
+cp /usr/share/icons/gnome/256x256/apps/system-software-install.png /usr/share/icons/hicolor/256x256/apps/
+touch /usr/share/icons/hicolor/
+
+# Disable the update notifications of kpackagekit
+cat > /home/liveuser/.kde/share/config/KPackageKit << KPACKAGEKIT_EOF
+[CheckUpdate]
+autoUpdate=0
+interval=0
+
+[Notify]
+notifyLongTasks=2
+notifyUpdates=0
+KPACKAGEKIT_EOF
+
+# Disable kres-migrator
+cat > /home/liveuser/.kde/share/config/kres-migratorrc << KRES_EOF
+[Migration]
+Enabled=false
+KRES_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 and selinux contexts
+chown -R liveuser:liveuser /home/liveuser/
+restorecon -R /home/liveuser/
+
+# don't use prelink on a running KDE live image
+sed -i 's/PRELINKING=yes/PRELINKING=no/' /etc/sysconfig/prelink
+
+# small hack to enable plasma-netbook workspace on boot
+if strstr "\`cat /proc/cmdline\`" netbook ; then
+ mv /usr/share/autostart/plasma-desktop.desktop /usr/share/autostart/plasma-netbook.desktop
+ sed -i 's/desktop/netbook/g' /usr/share/autostart/plasma-netbook.desktop
+fi
+
+EOF
+
+%end
diff --git a/fedora-livecd-kde.ks b/fedora-livecd-kde.ks
index 0d12814..86c15ec 100644
--- a/fedora-livecd-kde.ks
+++ b/fedora-livecd-kde.ks
@@ -1,21 +1,17 @@
# fedora-livecd-kde.ks
#
# Description:
-# - Fedora Live Spin with the K Desktop Environment (KDE)
+# - Fedora Livecd Spin with the K Desktop Environment (KDE)
#
# Maintainer(s):
# - Sebastian Vahl <fedora(a)deadbabylon.de>
-# - Fedora KDE SIG
+# - Fedora KDE SIG, http://fedoraproject.org/wiki/SIGs/KDE, kde(a)lists.fedoraproject.org
-%include fedora-live-base.ks
+%include fedora-live-kde-base.ks
%include fedora-live-minimization.ks
-%packages
-
-### The KDE-Desktop
-
-@kde-desktop
+%packages
# 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)
@@ -25,7 +21,6 @@
-kdeedu* # kdeedu is too big for the live images
-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, requires kdelibs3
-kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs)
-kdeartwork-screensavers # screensavers are not needed on live images
-kipi-plugins # ~8 megs
12 years, 10 months
Nightly composes using XZ spins
by Bruno Wolff III
The nightly composes switched over to using XZ today. I am not sure if
something else changed in rawhide last night, but the kde and desktop
spins each dropped about 130 MB which is a lot better than I expected
(which was mostly based on the effect I had seen on the games spin
in tests).
If you see any problems that look like they might be related using XZ for
the spins please file a bug against livecd-tools.
12 years, 10 months
[spin-kickstarts] Add remmina-plugins vor RDP and VNC
by Christoph Wickert
commit 410b0384c30a5eb8a7c9205ed332bc529cc675b6
Author: Christoph Wickert <cwickert(a)fedoraproject.org>
Date: Sat Jan 22 19:12:05 2011 +0100
Add remmina-plugins vor RDP and VNC
fedora-livecd-xfce.ks | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks
index bd2e788..da74002 100644
--- a/fedora-livecd-xfce.ks
+++ b/fedora-livecd-xfce.ks
@@ -49,6 +49,8 @@ claws-mail-plugins-vcalendar
liferea
pidgin
remmina
+remmina-plugins-rdp
+remmina-plugins-vnc
transmission
# multimedia
12 years, 10 months