netboot -> netboot.x86_64-linux
For consistency, and in case we ever want to support another architecture.
This commit is contained in:
parent
277154e901
commit
928cf63a92
@ -103,8 +103,7 @@ in rec {
|
|||||||
# Build the initial ramdisk so Hydra can keep track of its size over time.
|
# Build the initial ramdisk so Hydra can keep track of its size over time.
|
||||||
initialRamdisk = buildFromConfig ({ pkgs, ... }: { }) (config: config.system.build.initialRamdisk);
|
initialRamdisk = buildFromConfig ({ pkgs, ... }: { }) (config: config.system.build.initialRamdisk);
|
||||||
|
|
||||||
|
netboot.x86_64-linux = let build = (import lib/eval-config.nix {
|
||||||
netboot = let build = (import lib/eval-config.nix {
|
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./modules/installer/netboot/netboot-minimal.nix
|
./modules/installer/netboot/netboot-minimal.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user