SoaS: further fixes for Sugar live image startup

This commit is contained in:
Peter Robinson 2011-05-08 15:37:35 +01:00
parent d41b9ca2c9
commit 8203f7b391
1 changed files with 4 additions and 3 deletions

View File

@ -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