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>2012-03-18 17:14:52 +0000
committerShea Levy <shea@shealevy.com>2012-03-18 17:14:52 +0000
commitdfcd4dd5596b476faf94f457b92cb585490bf8d5 (patch)
treeaea00b522641644ff3c079982730d8ec7da21f1f /pkgs/os-specific/linux/kernel/patches.nix
parenta544da22fcccecfe1ba888004a15ce3454eee464 (diff)
downloadnixlib-dfcd4dd5596b476faf94f457b92cb585490bf8d5.tar
nixlib-dfcd4dd5596b476faf94f457b92cb585490bf8d5.tar.gz
nixlib-dfcd4dd5596b476faf94f457b92cb585490bf8d5.tar.bz2
nixlib-dfcd4dd5596b476faf94f457b92cb585490bf8d5.tar.lz
nixlib-dfcd4dd5596b476faf94f457b92cb585490bf8d5.tar.xz
nixlib-dfcd4dd5596b476faf94f457b92cb585490bf8d5.tar.zst
nixlib-dfcd4dd5596b476faf94f457b92cb585490bf8d5.zip
Add a kernel patch for the efi boot stub to read a config file when booted without arguments, and base removable media booting off of that patch
The patch is currently being discussed on LKML and hopefully will be included
in mainline in some form in the future. Note that booting from the livecd has
to do a lot of work before anything is output to the console, so if the drive
is still busy don't assume the boot has hanged

svn path=/nixpkgs/trunk/; revision=33235
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index df153d015487..75f6473b57ba 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -334,6 +334,11 @@ rec {
       patch = ./sheevaplug_modules-2.6.35.patch;
     };
 
+  efi_bootstub_config_3_3 =
+    { name = "efi-config-3.3";
+      patch = ./efi-bootstub-config-3.3.patch;
+    };
+
   mips_restart_2_6_36 =
     { name = "mips_restart_2_6_36";
       patch = ./mips_restart.patch;