Turn off the single-user override. We've been running multi-user
for some time. Having a machine boot unattended is useful. :-)
This commit is contained in:
parent
caefee99b6
commit
b248bfe48d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85360
@ -797,11 +797,6 @@ ia64_init(u_int64_t arg1, u_int64_t arg2)
|
||||
mtx_init(&proc0.p_mtx, "process lock", MTX_DEF);
|
||||
mtx_lock(&Giant);
|
||||
|
||||
/*
|
||||
* Force single-user for a while.
|
||||
*/
|
||||
boothowto |= RB_SINGLE;
|
||||
|
||||
/*
|
||||
* Initialize debuggers, and break into them if appropriate.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user