Remove the efi stub patch

svn path=/nixpkgs/trunk/; revision=30264
This commit is contained in:
Shea Levy 2011-11-06 17:38:51 +00:00
parent 83acc83fb7
commit 5e5dd16842
3 changed files with 0 additions and 1788 deletions

File diff suppressed because it is too large Load Diff

View File

@ -415,13 +415,4 @@ rec {
name = "glibc-getline"; name = "glibc-getline";
patch = ./getline.patch; patch = ./getline.patch;
}; };
efi_stub =
{
# Patch to enable making the kernel a bootable efi image to avoid
# needing a bootloader on efi systems
# From the x86/efi-stub branch of git://github.com/mfleming/linux-2.6.git
name = "efi-stub";
patch = ./efi-stub.patch;
};
} }

View File

@ -5595,7 +5595,6 @@ let
kernelPatches = kernelPatches =
[ #kernelPatches.fbcondecor_2_6_38 [ #kernelPatches.fbcondecor_2_6_38
kernelPatches.sec_perm_2_6_24 kernelPatches.sec_perm_2_6_24
kernelPatches.efi_stub
#kernelPatches.aufs2_1_2_6_38 #kernelPatches.aufs2_1_2_6_38
#kernelPatches.mips_restart_2_6_36 #kernelPatches.mips_restart_2_6_36
]; ];