diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-02-03 11:06:42 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-02-03 11:06:42 +0000 |
| commit | 8b4838418b9bf3a40ec6b1268bedf0f41b24baad (patch) | |
| tree | 81ea6b3d613204ba4f5ccca129519a3059cbe431 /sys/boot | |
| parent | c2ec09a7923f345135cadfc50a5433a8a83f1120 (diff) | |
MFi386: revision 1.29.2.1.
Notes
svn path=/stable/5/; revision=141189
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/loader/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c index 123caa92c26e..580570bc71b2 100644 --- a/sys/boot/pc98/loader/main.c +++ b/sys/boot/pc98/loader/main.c @@ -102,6 +102,8 @@ main(void) setenv("console", "comconsole", 1); if (initial_howto & RB_MUTE) setenv("console", "nullconsole", 1); + if (initial_howto & RB_MULTIPLE) + setenv("boot_multicons", "YES", 1); cons_probe(); /* |
