1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Package: linux-binary-@abiname@@localversion@-di
Meta-Rules-Target: image-di
Build-Profiles: <!noudeb !pkg.linux.nokernel>
Section: debian-installer
Priority: standard
Package-Type: udeb
Build-Depends:
# used by debian/rules.real to build udebs
kernel-wedge (>= 2.105~),
# used by kernel-wedge (only on Linux, thus not declared as a dependency)
kmod,
Provides:
kernel-image,
kernel-image-@abiname@@localversion@-di,
Depends:
linux-base-@abiname@@localversion@-di
Kernel-Version: @abiname@@localversion@
Description: Linux kernel image for the Debian installer
This package contains the kernel image and core modules for the Debian
installer boot images. It does _not_ provide a usable kernel for your full
Debian system.
|