summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-07-20 21:54:41 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2026-07-20 21:54:41 +0200
commita4b683444e596fc2086b0363740e484d8eec0f33 (patch)
tree8f13f6b105fe4621616cd31b946d9883e9c055ab /system-profiles
parent1a79441436030424c3f14b72e1b2911ec87d0a74 (diff)
downloadnixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar
nixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar.gz
nixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar.bz2
nixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar.xz
nixos-a4b683444e596fc2086b0363740e484d8eec0f33.zip
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/nfsroot.nix2
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 '';