[Fedora-spins] [spin-kickstarts/f18: 1/2] SoaS: hopefully fix F-18+ live images, still might need some minor tweaks

Peter Robinson pbrobinson at fedoraproject.org
Fri Nov 30 15:48:40 UTC 2012


commit 1cd240b3f5320f9b326ad0b5e43c974d8ee945f9
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Nov 30 14:54:40 2012 +0000

    SoaS: hopefully fix F-18+ live images, still might need some minor tweaks

 fedora-livecd-soas.ks |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/fedora-livecd-soas.ks b/fedora-livecd-soas.ks
index 8ae2c75..e8e1648 100644
--- a/fedora-livecd-soas.ks
+++ b/fedora-livecd-soas.ks
@@ -8,12 +8,20 @@
 # - Sebastian Dziallas <sdz AT fedoraproject DOT org>
 # - Mel Chua <mchua AT fedoraproject DOT org>
 
-%include fedora-live-mini.ks
+#%include fedora-live-mini.ks
+%include fedora-live-desktop.ks
+%include fedora-live-minimization.ks
 
-part / --size=3072
+part / --size=4096
 firewall --enabled --service=mdns,presence
 
 %packages
+- at fonts
+- at dial-up
+- at multimedia
+- at printing
+-foomatic
+- at gnome-desktop 
 
 # == Core Sugar Platform ==
 @sugar-desktop
@@ -56,6 +64,7 @@ sugar-logos
 
 %post
 
+
 # Rebuild initrd for Sugar boot screen
 KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n')
 /usr/sbin/plymouth-set-default-theme sugar
@@ -66,7 +75,7 @@ rm -f /var/lib/rpm/__db*
 
 # Get proper release naming in the control panel
 cat >> /boot/olpc_build << EOF
-Sugar on a Stick 8
+Sugar on a Stick 8 ('Ōhelo Berry)
 Fedora release 18 (Spherical Cow)
 EOF
 
@@ -93,12 +102,6 @@ cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.override <
 disable-lock-screen=true
 FOE
 
-# disable updates plugin
-cat >> /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.override << FOE
-[org.gnome.settings-daemon.plugins.updates]
-active=false
-FOE
-
 # Add our activities to the favorites
 cat > /usr/share/sugar/data/activities.defaults << FOE
 org.laptop.WebActivity
@@ -138,15 +141,13 @@ FOE
 # rebuild schema cache with any overrides we installed
 glib-compile-schemas /usr/share/glib-2.0/schemas
 
-# set up timed auto-login for after 60 seconds
+# set up auto-login
 cat >> /etc/gdm/custom.conf << FOE
 [daemon]
 AutomaticLoginEnable=True
 AutomaticLogin=liveuser
 FOE
 
-EOF
-
 chmod 755 /etc/rc.d/init.d/livesys-late
 /sbin/restorecon /etc/rc.d/init.d/livesys-late
 /sbin/chkconfig --add livesys-late


More information about the spins mailing list