gummiboot: fix typo
This commit is contained in:
parent
e05a37d736
commit
134750f6ac
@ -48,7 +48,7 @@ in {
|
|||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
assertions = [
|
assertions = [
|
||||||
{
|
{
|
||||||
assertion = (config.boot.kernelPacakges.kernel.features or { efiBootStub = true; }) ? efiBootStub;
|
assertion = (config.boot.kernelPackages.kernel.features or { efiBootStub = true; }) ? efiBootStub;
|
||||||
|
|
||||||
message = "This kernel does not support the EFI boot stub";
|
message = "This kernel does not support the EFI boot stub";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user