wow
This commit is contained in:
parent
79e35c876e
commit
521732e667
3 changed files with 16 additions and 30 deletions
|
|
@ -20,20 +20,6 @@
|
|||
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