mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Remove the efi stub patch
svn path=/nixpkgs/trunk/; revision=30264
This commit is contained in:
parent
83acc83fb7
commit
5e5dd16842
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -5595,7 +5595,6 @@ let
|
||||
kernelPatches =
|
||||
[ #kernelPatches.fbcondecor_2_6_38
|
||||
kernelPatches.sec_perm_2_6_24
|
||||
kernelPatches.efi_stub
|
||||
#kernelPatches.aufs2_1_2_6_38
|
||||
#kernelPatches.mips_restart_2_6_36
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user