diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/i86pc/os/graphics.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/i86pc/os/graphics.c b/usr/src/uts/i86pc/os/graphics.c index c8ae9c3e60..03e3199ff4 100644 --- a/usr/src/uts/i86pc/os/graphics.c +++ b/usr/src/uts/i86pc/os/graphics.c @@ -103,6 +103,8 @@ progressbar_init() (void) BOP_GETPROP(bootops, "console", cons); if (strncmp(cons, "graphics", strlen("graphics")) != 0) return; + if (BOP_GETPROPLEN(bootops, "efi-systab") > 0) + return; graphics_mode = 1; |