diff options
Diffstat (limited to 'system-profiles')
| -rw-r--r-- | system-profiles/nfsroot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/nfsroot.nix b/system-profiles/nfsroot.nix index e3dc2d2e..28bfc1b9 100644 --- a/system-profiles/nfsroot.nix +++ b/system-profiles/nfsroot.nix | |||
| @@ -97,7 +97,7 @@ in { | |||
| 97 | #!ipxe | 97 | #!ipxe |
| 98 | # Use the cmdline variable to allow the user to specify custom kernel params | 98 | # Use the cmdline variable to allow the user to specify custom kernel params |
| 99 | # when chainloading this script from other iPXE scripts like netboot.xyz | 99 | # when chainloading this script from other iPXE scripts like netboot.xyz |
| 100 | kernel ${pkgs.stdenv.hostPlatform.linux-kernel.target} init=${config.system.build.toplevel}/init initrd=initrd ${toString config.boot.kernelParams} ''${cmdline} | 100 | kernel ${config.boot.kernelPackages.kernel.target} init=${config.system.build.toplevel}/init initrd=initrd ${toString config.boot.kernelParams} ''${cmdline} |
| 101 | initrd initrd | 101 | initrd initrd |
| 102 | boot | 102 | boot |
| 103 | ''; | 103 | ''; |
