forked from mirrors/nixpkgs
Build the efi-bootable cd on hydra
svn path=/nixos/trunk/; revision=33152
This commit is contained in:
parent
8ad872ca03
commit
fa73514260
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue