Adding the single package needed for the offline installation
svn path=/nixos/trunk/; revision=17291
This commit is contained in:
parent
67fa5622bf
commit
406bcd0d4f
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{config, pkgs, ...}:
|
{config, pkgs, ...}:
|
||||||
|
|
||||||
{
|
rec {
|
||||||
require = [./installation-cd-base.nix];
|
require = [./installation-cd-base.nix];
|
||||||
|
|
||||||
installer.configModule = "./nixos/modules/installer/cd-dvd/installation-cd-minimal.nix";
|
installer.configModule = "./nixos/modules/installer/cd-dvd/installation-cd-minimal.nix";
|
||||||
@ -34,4 +34,8 @@
|
|||||||
"iso9660" "loop" "squashfs"
|
"iso9660" "loop" "squashfs"
|
||||||
];
|
];
|
||||||
boot.initrd.allowMissing = true;
|
boot.initrd.allowMissing = true;
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.klibc
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user