forked from rarias/jungle
Add minimal netboot module to build kexec image
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
# Use the GRUB 2 boot loader.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.enable = lib.mkForce true;
|
||||
boot.loader.grub.version = 2;
|
||||
|
||||
# Enable GRUB2 serial console
|
||||
|
||||
Reference in New Issue
Block a user