mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 06:56:58 +02:00
Merge pull request #815 from bgilbert/unrestricted
build_library: add --unrestricted to default GRUB menuentry
This commit is contained in:
commit
e9d1fd1d10
@ -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