diff --git a/config/hooks/live/0001_initramfs_modules.chroot b/config/hooks/live/0001_initramfs_modules.chroot index cf40a34..b4bf142 100644 --- a/config/hooks/live/0001_initramfs_modules.chroot +++ b/config/hooks/live/0001_initramfs_modules.chroot @@ -69,35 +69,42 @@ cat << EOF >| /etc/initramfs-tools/modules # raid1 # sd_mod -### QEMU Bochs-compatible virtual machine support -bochs - -### Device-mapper core module (required for all dm_* features) -dm_mod - -### Device-mapper integrity target (provides integrity checking) -dm-integrity - -### Device-mapper crypt target (provides disk encryption) -dm-crypt - -### Generic AES block cipher implementation (used by dm-crypt) -aes_generic - -### Generic SHA-256 hashing algorithm (used by various crypto and integrity targets) -sha256_generic - -### Generic CRC32C checksum implementation (used by btrfs and other filesystems) -crc32c_generic - -### Main btrfs filesystem module +### Main btrfs-Stack btrfs - -### Zstandard compression support for btrfs +lzo +xor +xxhash +zstd zstd_compress -### XOR parity implementation for RAID functionality -xor +### Main ext4-Stack +ext4 +jbd2 +libcrc32c + +### Main VFAT/ESP/FAT/UEFI-Stack +exfat +fat +nls_cp437 +nls_iso8859-1 +vfat + +### Device mapper, encryption & integrity +dm_mod +dm_crypt +dm_integrity +dm_verity + +### Main cryptography-Stack +aes_generic +blake2b_generic +crc32c_generic +libcrc32c +sha256_generic +sha512_generic + +### QEMU Bochs-compatible virtual machine support +bochs ### RAID6 parity generation module raid6_pq @@ -105,6 +112,37 @@ raid6_pq ### Combined RAID4/5/6 support module raid456 +### SCSI/SATA-Stack +sd_mod +sr_mod +sg +ahci +libahci +ata_generic +libata +scsi_mod +scsi_dh_alua + +### NVMe-Stack +nvme +nvme_core + +### USB-Stack +xhci_pci +xhci_hcd +ehci_pci +ohci_pci +uhci_hcd +usb_storage +uas + +### Virtual-Machines-Stack +virtio_pci +virtio_blk +virtio_scsi +virtio_rng +virtio_console + ### Network Driver Host-machine "${nic_driver}" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8615d06..45e225d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -20,6 +20,7 @@ include_toc: true * **Added**: [trixie-security.sources](../config/includes.chroot/etc/apt/sources.list.d/trixie-security.sources) * **Added**: [trixie-updates.sources](../config/includes.chroot/etc/apt/sources.list.d/trixie-updates.sources) * **Added**: [login.defs](../config/includes.chroot/etc/login.defs) +* **Bugfixes**: [0001_initramfs_modules.chroot](../config/hooks/live/0001_initramfs_modules.chroot) * **Bugfixes**: [9996_auditd.chroot](../config/hooks/live/9996_auditd.chroot) * **Updated**: [bash.var.sh](../var/bash.var.sh) * **Updated**: [9998_sources_list_trixie.chroot](../config/hooks/live/9998_sources_list_trixie.chroot)