wow
This commit is contained in:
parent
9f864c63de
commit
41c0069730
8 changed files with 474 additions and 89 deletions
|
|
@ -20,6 +20,20 @@
|
|||
extraConfig = ''
|
||||
GRUB_SAVEDEFAULT=true
|
||||
'';
|
||||
|
||||
extraEntries = ''
|
||||
menuentry "netboot.xyz" --class netboot {
|
||||
search --no-floppy --file --set=root /EFI/netboot.xyz/netboot.xyz.efi
|
||||
chainloader /EFI/netboot.xyz/netboot.xyz.efi
|
||||
}
|
||||
'';
|
||||
|
||||
extraInstallCommands = ''
|
||||
install -Dm0644 ${pkgs.fetchurl {
|
||||
url = "https://boot.netboot.xyz/ipxe/netboot.xyz.efi";
|
||||
hash = "sha256-ZoAa7s8Xqru8n+ECKjRYg3uzbXTUe02ip+OqeYseM+s=";
|
||||
}} /boot/EFI/netboot.xyz/netboot.xyz.efi
|
||||
'';
|
||||
};
|
||||
# efi.canTouchEfiVariables = true;
|
||||
efi.efiSysMountPoint = "/boot";
|
||||
|
|
|
|||
Loading…
Reference in a new issue