update escape
This commit is contained in:
@@ -30,7 +30,7 @@ runCommand "netboot" {
|
|||||||
|
|
||||||
:option_one
|
:option_one
|
||||||
kernel http://''${server}/''${path}/${pkgs.stdenv.hostPlatform.linux-kernel.target}
|
kernel http://''${server}/''${path}/${pkgs.stdenv.hostPlatform.linux-kernel.target}
|
||||||
${builtins.concatStringsSep "\n" (builtins.attrValues (builtins.mapAttrs (name: path: "initrd http://''${server}/''${path}/${name}") initrds))}
|
${builtins.concatStringsSep "\n" (builtins.attrValues (builtins.mapAttrs (name: path: "initrd http://\${server}/''\${path}/${name}") initrds))}
|
||||||
#initrd http://''${server}/''${path}/initrd
|
#initrd http://''${server}/''${path}/initrd
|
||||||
#initrd http://''${server}/''${path}/manifest
|
#initrd http://''${server}/''${path}/manifest
|
||||||
#initrd http://''${server}/''${path}/nix-store
|
#initrd http://''${server}/''${path}/nix-store
|
||||||
|
|||||||
Reference in New Issue
Block a user