From 8203f7b391b8bb06be791ad5e05ce6e0acd07a4a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: May 08 2011 14:37:35 +0000 Subject: SoaS: further fixes for Sugar live image startup --- diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks index d6b0efa..9678b90 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