Merge branch 'red_background_on_insecure_boot' of https://github.com/kylerankin/heads

This commit is contained in:
Trammell hudson 2018-04-30 16:30:29 -04:00
commit 7372595a20
Failed to extract signature

View File

@ -312,6 +312,9 @@ while true; do
# even if hashes don't match
if [ "$force_boot" = "y" ]; then
scan_options
# Remove boot splash and make background red in the event of a forced boot
add="$add vt.default_red=0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff"
remove="$remove splash quiet"
user_select
fi