Make multiuser boots the default instead of singlue user.

This commit is contained in:
Doug Rabson 1999-08-31 22:42:15 +00:00
parent 3b7df19ba4
commit 8f0ba3dbab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50716

View File

@ -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