Maintain iso_efi
This commit is contained in:
parent
c384ea26e4
commit
2889242ff5
@ -168,11 +168,12 @@ let
|
|||||||
type = "new-kernel";
|
type = "new-kernel";
|
||||||
};
|
};
|
||||||
|
|
||||||
# A variant with experimental efi booting support. Currently requires
|
# A variant with efi booting support. Once cd-minimal has a newer kernel,
|
||||||
# an RC kernel. Eventually this should probably be merged into cd-minimal
|
# this should be enabled by default.
|
||||||
iso_efi = makeIso {
|
iso_efi = makeIso {
|
||||||
module = ./modules/installer/cd-dvd/installation-cd-efi.nix;
|
module = ./modules/installer/cd-dvd/installation-cd-efi.nix;
|
||||||
type = "efi";
|
type = "efi";
|
||||||
|
maintainers = [ "shlevy" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Provide a tarball that can be unpacked into an SD card, and easily
|
# Provide a tarball that can be unpacked into an SD card, and easily
|
||||||
|
Loading…
x
Reference in New Issue
Block a user