udeb: Move basic PV modules from {hyperv,virtio}-modules to kernel-image

These modules will end up in every installer build, one way or
another.  Move them into kernel-image, which all other packages
depend on, so we can then split up the remaining PV drivers.
This commit is contained in:
Ben Hutchings 2019-02-12 21:06:54 +00:00
parent 9235dbdde8
commit cb01662a3e
4 changed files with 10 additions and 7 deletions

1
debian/changelog vendored
View File

@ -8,6 +8,7 @@ linux (4.19.20-2) UNRELEASED; urgency=medium
* [arm64,armhf] udeb: Add mmc-core-modules to Provides of kernel-image
* udeb: Add fb-modules and include drm and drm_kms_helper on most
architecures
* udeb: Move basic PV modules from {hyperv,virtio}-modules to kernel-image
-- Ben Hutchings <ben@decadent.org.uk> Tue, 12 Feb 2019 12:49:10 +0000

View File

@ -2,6 +2,4 @@
hid-hyperv
hv_netvsc
hv_storvsc
hv_utils
hv_vmbus
hyperv-keyboard

View File

@ -8,3 +8,12 @@ mfd-core ?
nls_base
# Default I/O charset for most filesystems that do character conversion
nls_utf8
# Basic paravirtual modules
hv_utils ?
hv_vmbus ?
virtio ?
virtio_balloon ?
virtio_mmio ?
virtio_pci ?
virtio_ring ?

View File

@ -1,13 +1,8 @@
virtio_net
virtio_blk
virtio_balloon
virtio_scsi
virtio_input
virtio_console
# Some architectures do not build graphics
virtio-gpu ?
# Some architectures do not have PCI bus
virtio_pci ?
virtio_mmio ?