mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
Maintain iso_efi
This commit is contained in:
parent
c384ea26e4
commit
2889242ff5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user