We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca9bfb2 + 7f7bc70 commit ebba590Copy full SHA for ebba590
initrd/init
@@ -105,9 +105,11 @@ fi
105
if [ -x /bin/fbwhiptail ]; then
106
export BG_COLOR_WARNING="${CONFIG_WARNING_BG_COLOR:-"--background-gradient 0 0 0 150 125 0"}"
107
export BG_COLOR_ERROR="${CONFIG_ERROR_BG_COLOR:-"--background-gradient 0 0 0 150 0 0"}"
108
+ export BG_COLOR_MAIN_MENU="normal"
109
else
110
export TEXT_BG_COLOR_WARNING="${CONFIG_WARNING_TEXT_BG_COLOR:-"yellow"}"
111
export TEXT_BG_COLOR_ERROR="${CONFIG_ERROR_TEXT_BG_COLOR:-"red"}"
112
113
fi
114
115
if [ "$CONFIG_TPM" = "y" ]; then
0 commit comments