Page MenuHomeFreeBSD

D47084.id144688.diff
No OneTemporary

D47084.id144688.diff

diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -767,9 +767,9 @@
* all the other more common cases).
*/
if (efi_has_gop())
- how = RB_MULTIPLE;
+ how |= RB_MULTIPLE;
else
- how = RB_MULTIPLE | RB_SERIAL;
+ how |= RB_MULTIPLE | RB_SERIAL;
setenv("console", "efi,comconsole", 1);
goto out;
}

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 1:49 AM (10 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31937221
Default Alt Text
D47084.id144688.diff (399 B)

Event Timeline