Skip to content

Commit

Permalink
Actually add ipxe personalized script to command line options.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowdt committed Aug 12, 2024
1 parent 4c5815c commit 54f417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/custom-formats/netboot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# - xnode_version
# - xnode_uuid
# - xnode_access_token
kernel ''${kernel_url} initrd=initrd init=${builtins.unsafeDiscardStringContext config.system.build.toplevel}/init ${toString config.boot.kernelParams} -- XNODE_VERSION=''${xnode_version} XNODE_UUID=''${xnode_uuid} XNODE_ACCESS_TOKEN=''${xnode_access_token} XNODE_CONFIG_REMOTE=''${xnode_config_remote} XNODE_INTEGRATION_VERSION=''${xnode_integration_version} XNODE_HARDWARE_CONFIG_EXTRA=''${xnode_hardware_config_extra} ''${xnode_extra_kernel_cmdline} AVOID_NEWLINE=1
kernel ''${kernel_url} initrd=initrd init=${builtins.unsafeDiscardStringContext config.system.build.toplevel}/init ${toString config.boot.kernelParams} -- XNODE_VERSION=''${xnode_version} XNODE_UUID=''${xnode_uuid} XNODE_ACCESS_TOKEN=''${xnode_access_token} XNODE_CONFIG_REMOTE=''${xnode_config_remote} XNODE_INTEGRATION_VERSION=''${xnode_integration_version} XNODE_HARDWARE_CONFIG_EXTRA=''${xnode_hardware_config_extra} ''${xnode_extra_kernel_cmdline} XNODE_PERSONALISER_SCRIPT=''${xnode_personaliser_script} AVOID_NEWLINE=1
initrd ''${initrd_url}
boot
'';
Expand Down

0 comments on commit 54f417f

Please sign in to comment.