V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m53s
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:
@@ -44,6 +44,8 @@ installation_toolset() {
|
||||
[echo]="coreutils"
|
||||
[ln]="coreutils"
|
||||
[mkdir]="coreutils"
|
||||
[cryptsetup]="cryptsetup"
|
||||
[cryptsetup-initramfs]="cryptsetup-initramfs"
|
||||
[curl]="curl"
|
||||
[dirmngr]="dirmngr"
|
||||
[dmsetup]="dmsetup"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user