From 7cc6713bdde1d9bdb51ebb70827c84ad42c294ca Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Feb 2008 14:35:15 +0000 Subject: [PATCH] * Remove the Reiser4 patch from Gentoo, it broke Grub, with a message like Running "install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0) (hd0)1+15 p (hd0,5)/boot/grub/stage /boot/grub/menu.lst"... failed Error 15: File not found svn path=/nixpkgs/trunk/; revision=10497 --- pkgs/tools/misc/grub/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/grub/default.nix b/pkgs/tools/misc/grub/default.nix index 87ba35566c0..9f021a66955 100644 --- a/pkgs/tools/misc/grub/default.nix +++ b/pkgs/tools/misc/grub/default.nix @@ -25,6 +25,7 @@ stdenv.mkDerivation { preConfigure = '' unpackFile $gentooPatches + rm patch/400_all_grub-0.97-reiser4-20050808-gentoo.patch for i in patch/*.patch; do echo "applying patch $i" patch -p1 < $i || patch -p0 < $i