summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 672464e89655..585a8c0340ba 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -415,4 +415,13 @@ 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;
+ };
}