diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
commit | b15a952c52a6825376d3e7f6c1bf5c886c6d8b74 (patch) | |
tree | 1500f2f8f276908a36d8126cb632c0d6b1276764 /debian/installer/modules/kernel-image | |
parent | Adding upstream version 5.10.209. (diff) | |
download | linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.tar.xz linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.zip |
Adding debian version 5.10.209-2.debian/5.10.209-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/installer/modules/kernel-image | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/installer/modules/kernel-image b/debian/installer/modules/kernel-image new file mode 100644 index 000000000..9085f7116 --- /dev/null +++ b/debian/installer/modules/kernel-image @@ -0,0 +1,29 @@ +af_packet +bitrev ? +eeprom_93cx6 ? +firmware_class +led-class ? +mbcache +mfd-core ? +nls_base +# Default I/O charset for most filesystems that do character conversion +nls_utf8 +thermal_sys ? + +# In case they become modular again +lzo_compress +lzo_decompress +zlib_deflate +zstd_decompress + +# Basic paravirtual modules +hv_utils ? +hv_vmbus ? +virtio ? +virtio_balloon ? +virtio_mmio ? +virtio_pci ? +virtio_ring ? + +# The installer generally needs good entropy sources +drivers/char/hw_random/** |