Added support for the -D boot option.
This commit is contained in:
parent
ce70f55679
commit
2c636ec906
@ -91,6 +91,9 @@ bi_getboothowto(char *kargs)
|
||||
case 'd':
|
||||
howto |= RB_KDB;
|
||||
break;
|
||||
case 'D':
|
||||
howto |= RB_MULTIPLE;
|
||||
break;
|
||||
case 'm':
|
||||
howto |= RB_MUTE;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user