Include Archive::Cpio in the installation CD

http://hydra.nixos.org/build/10268978
wip/yesman
Eelco Dolstra 10 years ago
parent 13185280fe
commit e2bc9a3d14
  1. 5
      nixos/modules/installer/cd-dvd/installation-cd-base.nix

@ -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…
Cancel
Save