Merge pull request #25724 from michalpalka/pvgrub-new

pvgrub_image: add package
This commit is contained in:
Michael Raskin
2017-07-05 22:48:49 +02:00
committed by GitHub
5 changed files with 63 additions and 1 deletions

View File

@@ -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;
};