Make the 686-pae kernels optional on media
So we can drop them for multi-arch netinst images - need to define ARCH_i386_EXCLUDE_686_PAE_KERNEL
This commit is contained in:
parent
60e9fbfa36
commit
0d3a0dbb66
|
@ -125,8 +125,6 @@ libc6-i686
|
|||
* Kernel headers are included as third party modules are commonly
|
||||
* used on this architecture.
|
||||
*/
|
||||
linux-image-686-pae
|
||||
linux-headers-686-pae
|
||||
#ifndef ARCH_i386_EXCLUDE_486_KERNEL
|
||||
linux-image-486
|
||||
linux-headers-486
|
||||
|
@ -139,6 +137,10 @@ linux-headers-586
|
|||
linux-image-686
|
||||
linux-headers-686
|
||||
#endif
|
||||
#ifndef ARCH_i386_EXCLUDE_686_PAE_KERNEL
|
||||
linux-image-686-pae
|
||||
linux-headers-686-pae
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue