--- init.c.tmp +++ init.c.tmp @@ -517,7 +517,6 @@ /* * Start the single user session. */ - setctty(_PATH_CONSOLE); #ifdef SECURE /* @@ -651,8 +650,7 @@ } } - runcom_mode = FASTBOOT; - return runcom; + return single_user; } /*