mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
SoaS: further fixes for Sugar live image startup
This commit is contained in:
parent
d41b9ca2c9
commit
8203f7b391
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user