about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-11-06 17:38:51 +0000
committerShea Levy <shea@shealevy.com>2011-11-06 17:38:51 +0000
commit5e5dd168427a85851428774f7ba8a33cdd0fb222 (patch)
tree5ab899f26034db1b2247a7ab15522ad1237c61a2 /pkgs/os-specific/linux/kernel/patches.nix
parent83acc83fb71e6a2176eb452f118bef5204bb60a1 (diff)
downloadnixlib-5e5dd168427a85851428774f7ba8a33cdd0fb222.tar
nixlib-5e5dd168427a85851428774f7ba8a33cdd0fb222.tar.gz
nixlib-5e5dd168427a85851428774f7ba8a33cdd0fb222.tar.bz2
nixlib-5e5dd168427a85851428774f7ba8a33cdd0fb222.tar.lz
nixlib-5e5dd168427a85851428774f7ba8a33cdd0fb222.tar.xz
nixlib-5e5dd168427a85851428774f7ba8a33cdd0fb222.tar.zst
nixlib-5e5dd168427a85851428774f7ba8a33cdd0fb222.zip
Remove the efi stub patch
svn path=/nixpkgs/trunk/; revision=30264
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 585a8c0340ba..672464e89655 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -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;
-    };
 }