Make multiuser boots the default instead of singlue user.
This commit is contained in:
parent
3b7df19ba4
commit
8f0ba3dbab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50716
@ -998,7 +998,7 @@ alpha_init(pfn, ptb, bim, bip, biv)
|
||||
* Look at arguments passed to us and compute boothowto.
|
||||
*/
|
||||
|
||||
boothowto = RB_SINGLE;
|
||||
boothowto = 0;
|
||||
#ifdef KADB
|
||||
boothowto |= RB_KDB;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user