mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 0 additions and 5 deletions
|
|
@ -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 a new issue