Merge pull request #25724 from michalpalka/pvgrub-new
pvgrub_image: add package
This commit is contained in:
@@ -2257,6 +2257,12 @@ with pkgs;
|
||||
zfsSupport = false;
|
||||
};
|
||||
|
||||
grub2_xen = callPackage ../tools/misc/grub/2.0x.nix {
|
||||
xenSupport = true;
|
||||
};
|
||||
|
||||
grub2_pvgrub_image = callPackage ../tools/misc/grub/pvgrub_image { };
|
||||
|
||||
grub4dos = callPackage ../tools/misc/grub4dos {
|
||||
stdenv = stdenv_32bit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user