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
@@ -415,13 +415,4 @@ rec {
name = "glibc-getline";
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;
};
}