Comment 24 for bug 735805

Revision history for this message
James Hunt (jamesodhunt) wrote :

@Benjamin: ok - I think that's why I added the "unknown" check which clearly caused problems for some systems. The change below *should* stop gdm from starting in recovery mode:

    31 if [ "$curr" = S -o -z "`echo $UPSTART_EVENTS|egrep -o "\<runlevel\>"`" ]
    32 then
    33 # Single-user mode
    34 plymouth quit || :
    35 exit 0
    36 fi