[Fedora-spins] [spin-kickstarts/F-15] SoaS: further fixes for Sugar live image startup

Peter Robinson pbrobinson at fedoraproject.org
Sun May 8 14:38:43 UTC 2011


commit 8f8779fa9151122cc84c9212806471a770d542d8
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun May 8 15:38:40 2011 +0100

    SoaS: further fixes for Sugar live image startup

 fedora-live-mini.ks |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 0fe0392..fa3d691 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -241,9 +241,10 @@ mount -t tmpfs tmp /tmp
 mount -t tmpfs vartmp /var/tmp
 [ -x /sbin/restorecon ] && /sbin/restorecon /var/cache/yum /tmp /var/tmp >/dev/null 2>&1
 
-if [ -n "\$configdone" ]; then
-  exit 0
-fi
+# comment to fix sugar startup
+#if [ -n "\$configdone" ]; then
+#  exit 0
+#fi
 
 # add fedora user with no passwd
 action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser


More information about the spins mailing list