mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
build_library: add --unrestricted to default GRUB menuentry
This allows booting the default entry even if GRUB authentication is configured in /usr/share/oem/grub.cfg.
This commit is contained in:
parent
72780d8347
commit
819c0803dd
@ -146,7 +146,7 @@ function gptprio {
|
||||
fi
|
||||
}
|
||||
|
||||
menuentry "CoreOS default" --id=coreos {
|
||||
menuentry "CoreOS default" --id=coreos --unrestricted {
|
||||
gptprio
|
||||
linux$suf $gptprio_kernel $gptprio_cmdline $linux_cmdline
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user