Actions
Bug #10919
closedadd DEFAULT_CONSOLE_COLOR build environment knob
Start date:
2019-05-06
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The current code does have predefined console color schema with black and white and while there is option to change colors in boot loader script (or manually), it would be good to have option for build time setup to avoid flicker and delays on boot if we would like to have different kind of default.
As an example, we define two color schemas; one for release build, another for non-release build.
Updated by Toomas Soome over 4 years ago
Tested with 2 build/install/boot cycles; one build with setting DEFAULT_CONSOLE_COLOR in env file,
another with RELEASE_CONSOLE_COLOR and DEBUG_CONSOLE_COLOR.
Note: UEFI case needs loader*.efi to be copied to ESP (or use chain command to start /boot/loader64.efi).
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 3c562093c61e10c25f10f97c2985f09afd11223f
commit 3c562093c61e10c25f10f97c2985f09afd11223f Author: Toomas Soome <tsoome@me.com> Date: 2019-05-20T13:00:53.000Z 10919 add DEFAULT_CONSOLE_COLOR build environment knob Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions