* Apply the latest Gentoo patches to Grub 1.
svn path=/nixpkgs/trunk/; revision=31720
This commit is contained in:
parent
723e46b6a7
commit
2ebf8df601
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl, autoconf, automake, buggyBiosCDSupport ? true}:
|
{stdenv, fetchurl, autoconf, automake, buggyBiosCDSupport ? true}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "grub-0.97-patch-1.10";
|
name = "grub-0.97-patch-1.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz;
|
url = ftp://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz;
|
||||||
@ -13,8 +13,8 @@ stdenv.mkDerivation {
|
|||||||
# failures on systems with more than 2 GiB RAM, and for booting from
|
# failures on systems with more than 2 GiB RAM, and for booting from
|
||||||
# ext3 filesystems with 256-byte inodes as well as ext4 filesystems.
|
# ext3 filesystems with 256-byte inodes as well as ext4 filesystems.
|
||||||
gentooPatches = fetchurl {
|
gentooPatches = fetchurl {
|
||||||
url = mirror://gentoo/distfiles/grub-0.97-patches-1.10.tar.bz2;
|
url = mirror://gentoo/distfiles/grub-0.97-patches-1.12.tar.bz2;
|
||||||
sha256 = "015hkmb2jd6jfzkfr13cdh16frvva04rwr4yahzyw5xhl634d1h9";
|
sha256 = "15xc5349hkzl03lbn2cadrmvjrf3s8sn147vv2142cwys9sdzkl0";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -787,7 +787,6 @@ let
|
|||||||
|
|
||||||
grub = callPackage_i686 ../tools/misc/grub {
|
grub = callPackage_i686 ../tools/misc/grub {
|
||||||
buggyBiosCDSupport = getConfig ["grub" "buggyBiosCDSupport"] true;
|
buggyBiosCDSupport = getConfig ["grub" "buggyBiosCDSupport"] true;
|
||||||
automake = automake110x;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
grub19x = callPackage ../tools/misc/grub/1.9x.nix { };
|
grub19x = callPackage ../tools/misc/grub/1.9x.nix { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user