Build the efi-bootable cd on hydra

svn path=/nixos/trunk/; revision=33152
This commit is contained in:
Shea Levy 2012-03-16 12:24:29 +00:00
parent 8ad872ca03
commit fa73514260

View file

@ -134,6 +134,12 @@ let
type = "new-kernel";
};
# A variant with experimental efi booting support. Currently requires
# an RC kernel. Eventually this should probably be merged into cd-minimal
iso_efi = makeIso {
module = ./modules/installer/cd-dvd/installation-cd-efi.nix;
type = "efi";
};
# Provide a tarball that can be unpacked into an SD card, and easily
# boot that system from uboot (like for the sheevaplug).