V8.04.002.2025.08.11
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 53s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-12 18:01:54 +02:00
parent 0dbe1d2dbe
commit 76281b4579
2 changed files with 65 additions and 26 deletions

View File

@@ -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}"

View File

@@ -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)