mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Include Archive::Cpio in the installation CD
http://hydra.nixos.org/build/10268978
This commit is contained in:
parent
13185280fe
commit
e2bc9a3d14
1 changed files with 3 additions and 2 deletions
|
@ -29,8 +29,9 @@ with pkgs.lib;
|
|||
boot.kernel.sysctl."vm.overcommit_memory" = "1";
|
||||
|
||||
# To speed up installation a little bit, include the complete stdenv
|
||||
# in the Nix store on the CD.
|
||||
isoImage.storeContents = [ pkgs.stdenv pkgs.busybox ];
|
||||
# in the Nix store on the CD. Archive::Cpio is needed for the
|
||||
# initrd builder.
|
||||
isoImage.storeContents = [ pkgs.stdenv pkgs.busybox pkgs.perlPackages.ArchiveCpio ];
|
||||
|
||||
# EFI booting
|
||||
isoImage.makeEfiBootable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue