mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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.
|
||||
initialRamdisk = buildFromConfig ({ pkgs, ... }: { }) (config: config.system.build.initialRamdisk);
|
||||
|
||||
|
||||
netboot = let build = (import lib/eval-config.nix {
|
||||
netboot.x86_64-linux = let build = (import lib/eval-config.nix {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./modules/installer/netboot/netboot-minimal.nix
|
||||
|
Loading…
Reference in New Issue
Block a user