Author: shlevy
Date: Fri Mar 16 12:24:29 2012
New Revision: 33152
URL: https://nixos.org/websvn/nix/?rev=33152&sc=1
Log:
Build the efi-bootable cd on hydra
Modified:
nixos/trunk/release.nix
Modified: nixos/trunk/release.nix
==============================================================================
--- nixos/trunk/release.nix Fri Mar 16 12:08:41 2012 (r33151)
+++ nixos/trunk/release.nix Fri Mar 16 12:24:29 2012 (r33152)
@@ -134,6 +134,12 @@
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).
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits