1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# This file is used to build up the control file. The kernel version and
# "-di" are appended to the package names. Section can be left out. So can
# architecture, which is derived from the files in the modules directory.
# It overwrites specifications from /usr/share/kernel-wedge/package-list.
#
Package: kernel-image
Provides_sparc32: ext2-modules
Provides_sparc64: ext2-modules
Package: nic-modules
Priority: standard
Depends: kernel-image, firmware-modules
Description: SBus/PCI network card modules for Sparc32/64 kernels
This package contains the drivers for the Happy Meal/Big Mac 10/100BaseT,
Sun QuadEthernet and MyriCOM Gigabit Ethernet SBus devices for SPARC
systems, as well as various PCI network adapters for Sparc64 only.
.
Do not install this package on a real Debian system! You probably
want a kernel-image package instead.
Package: scsi-modules
Priority: standard
Depends: scsi-core-modules
Description: SBus/PCI SCSI card modules for Sparc32/64 kernels
This package contains drivers for various SBus-based SCSI adapters, as well
as drivers for PCI-based SCSI adapters, on Sparc64 only.
|