* Latest Grub patches from Gentoo. In particular adds support for
booting from ext4. svn path=/nixpkgs/trunk/; revision=13741
This commit is contained in:
parent
21443fb797
commit
dda1e103fc
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl, autoconf, automake}:
|
{stdenv, fetchurl, autoconf, automake}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "grub-0.97-patch-1.7";
|
name = "grub-0.97-patch-1.9";
|
||||||
|
|
||||||
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;
|
||||||
@ -11,10 +11,10 @@ stdenv.mkDerivation {
|
|||||||
# Lots of patches from Gentoo, in particular splash screen support
|
# Lots of patches from Gentoo, in particular splash screen support
|
||||||
# (not the fancy SUSE gfxmenu stuff though). Also a fix for boot
|
# (not the fancy SUSE gfxmenu stuff though). Also a fix for boot
|
||||||
# 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.
|
# ext3 filesystems with 256-byte inodes as well as ext4 filesystems.
|
||||||
gentooPatches = fetchurl {
|
gentooPatches = fetchurl {
|
||||||
url = mirror://gentoo/distfiles/grub-0.97-patches-1.7.tar.bz2;
|
url = mirror://gentoo/distfiles/grub-0.97-patches-1.9.tar.bz2;
|
||||||
sha256 = "12akcbp1a31pxzsxm01scgir0fqkk8qqqwhs44vzgs2chzzigyvd";
|
sha256 = "0a20bi2njqdgi0993g9dzjcn9vjzlisp9ghw0dcz00q84v4lb13b";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user