V8.04.002.2025.08.11
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 53s
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:
@@ -69,35 +69,42 @@ cat << EOF >| /etc/initramfs-tools/modules
|
|||||||
# raid1
|
# raid1
|
||||||
# sd_mod
|
# sd_mod
|
||||||
|
|
||||||
### QEMU Bochs-compatible virtual machine support
|
### Main btrfs-Stack
|
||||||
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
|
|
||||||
btrfs
|
btrfs
|
||||||
|
lzo
|
||||||
### Zstandard compression support for btrfs
|
xor
|
||||||
|
xxhash
|
||||||
|
zstd
|
||||||
zstd_compress
|
zstd_compress
|
||||||
|
|
||||||
### XOR parity implementation for RAID functionality
|
### Main ext4-Stack
|
||||||
xor
|
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 parity generation module
|
||||||
raid6_pq
|
raid6_pq
|
||||||
@@ -105,6 +112,37 @@ raid6_pq
|
|||||||
### Combined RAID4/5/6 support module
|
### Combined RAID4/5/6 support module
|
||||||
raid456
|
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
|
### Network Driver Host-machine
|
||||||
"${nic_driver}"
|
"${nic_driver}"
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ include_toc: true
|
|||||||
* **Added**: [trixie-security.sources](../config/includes.chroot/etc/apt/sources.list.d/trixie-security.sources)
|
* **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**: [trixie-updates.sources](../config/includes.chroot/etc/apt/sources.list.d/trixie-updates.sources)
|
||||||
* **Added**: [login.defs](../config/includes.chroot/etc/login.defs)
|
* **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)
|
* **Bugfixes**: [9996_auditd.chroot](../config/hooks/live/9996_auditd.chroot)
|
||||||
* **Updated**: [bash.var.sh](../var/bash.var.sh)
|
* **Updated**: [bash.var.sh](../var/bash.var.sh)
|
||||||
* **Updated**: [9998_sources_list_trixie.chroot](../config/hooks/live/9998_sources_list_trixie.chroot)
|
* **Updated**: [9998_sources_list_trixie.chroot](../config/hooks/live/9998_sources_list_trixie.chroot)
|
||||||
|
|||||||
Reference in New Issue
Block a user