From fa73514260dc954c6850e5b67e0c186530107dca Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 16 Mar 2012 12:24:29 +0000 Subject: [PATCH] Build the efi-bootable cd on hydra svn path=/nixos/trunk/; revision=33152 --- release.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release.nix b/release.nix index 0058d6ce1dd5..eb5f9bfbe0d6 100644 --- a/release.nix +++ b/release.nix @@ -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).