diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/boot/sys/boot/i386/loader/loader.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/boot/sys/boot/i386/loader/loader.rc b/usr/src/boot/sys/boot/i386/loader/loader.rc index 298b54b2c8..989a014da4 100644 --- a/usr/src/boot/sys/boot/i386/loader/loader.rc +++ b/usr/src/boot/sys/boot/i386/loader/loader.rc @@ -8,6 +8,10 @@ include /boot/forth/loader.4th set tem.fg_color=white set tem.bg_color=black +\ As another SmartOS customization, work around OS-8160 by limiting the size of +\ the framebuffer. +framebuffer set 1024x768 + try-include /boot/loader.rc.local \ Reads and processes loader.conf variables |