From 2889242ff5ccd03e4464bde1813774fa5b96e000 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 2 Feb 2013 19:42:56 -0500 Subject: [PATCH] Maintain iso_efi --- release.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release.nix b/release.nix index 2b95b86691c..8c8851af51e 100644 --- a/release.nix +++ b/release.nix @@ -168,11 +168,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 + # A variant with efi booting support. Once cd-minimal has a newer kernel, + # this should be enabled by default. iso_efi = makeIso { module = ./modules/installer/cd-dvd/installation-cd-efi.nix; type = "efi"; + maintainers = [ "shlevy" ]; }; # Provide a tarball that can be unpacked into an SD card, and easily