Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160318944
D47084.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
399 B
Referenced Files
None
Subscribers
None
D47084.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 5:43 AM (7 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34275326
Default Alt Text
D47084.diff (399 B)
Attached To
Mode
D47084: loader.efi: |= the boot flags how
Attached
Detach File
Event Timeline
Log In to Comment