V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m53s

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

View File

@@ -44,6 +44,8 @@ installation_toolset() {
[echo]="coreutils"
[ln]="coreutils"
[mkdir]="coreutils"
[cryptsetup]="cryptsetup"
[cryptsetup-initramfs]="cryptsetup-initramfs"
[curl]="curl"
[dirmngr]="dirmngr"
[dmsetup]="dmsetup"

View File

@@ -28,10 +28,10 @@ bochs
dm_mod
### Device-mapper integrity target (provides integrity checking)
dm-integrity
dm_integrity
### Device-mapper crypt target (provides disk encryption)
dm-crypt
dm_crypt
### Generic AES block cipher implementation (used by dm-crypt)
aes_generic
@@ -47,12 +47,15 @@ sha512_generic
### Generic CRC32C checksum implementation (used by btrfs and other filesystems)
crc32c_generic
crc32c_intel
### Main btrfs filesystem module
btrfs
### Zstandard compression support for btrfs
### Ensure Btrfs root on LUKS works with zstd-compressed extents
zstd
zstd_compress
xxhash
### XOR parity implementation for RAID functionality
xor
@@ -62,3 +65,7 @@ raid6_pq
### Combined RAID4/5/6 support module
raid456
### Ensure ESP support
fat
vfat