Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/nixos/modules/installer/netboot/netboot-base.nix

18 lines
306 B
Nix
Raw Normal View History

installer: simple PXE bootable NixOS installer The Nix store squashfs is stored inside the initrd instead of separately (cherry picked from commit 976fd407796877b538c470d3a5253ad3e1f7bc68) Signed-off-by: Domen Kožar <domen@dev.si>
2016-04-08 13:53:27 +00:00
# This module contains the basic configuration for building netboot
# images
[bot] nixos/*: remove unused arguments in lambdas
2018-07-20 20:56:59 +00:00
{ lib, ... }:
installer: simple PXE bootable NixOS installer The Nix store squashfs is stored inside the initrd instead of separately (cherry picked from commit 976fd407796877b538c470d3a5253ad3e1f7bc68) Signed-off-by: Domen Kožar <domen@dev.si>
2016-04-08 13:53:27 +00:00
with lib;
{
imports =
[ ./netboot.nix
# Profiles of this basic netboot media
../../profiles/all-hardware.nix
../../profiles/base.nix
../../profiles/installation-device.nix
];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 601ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API