forked from srbala/fedora-kickstarts
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
|
mount -t tmpfs vartmp /var/tmp
|
||||||
[ -x /sbin/restorecon ] && /sbin/restorecon /var/cache/yum /tmp /var/tmp >/dev/null 2>&1
|
[ -x /sbin/restorecon ] && /sbin/restorecon /var/cache/yum /tmp /var/tmp >/dev/null 2>&1
|
||||||
|
|
||||||
if [ -n "\$configdone" ]; then
|
# comment to fix sugar startup
|
||||||
exit 0
|
#if [ -n "\$configdone" ]; then
|
||||||
fi
|
# exit 0
|
||||||
|
#fi
|
||||||
|
|
||||||
# add fedora user with no passwd
|
# add fedora user with no passwd
|
||||||
action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser
|
action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser
|
||||||
|
Loading…
Reference in New Issue
Block a user