mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 17:22:53 +00:00
Merge branch 'red_background_on_insecure_boot' of https://github.com/kylerankin/heads
This commit is contained in:
commit
7372595a20
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user