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"
|
[echo]="coreutils"
|
||||||
[ln]="coreutils"
|
[ln]="coreutils"
|
||||||
[mkdir]="coreutils"
|
[mkdir]="coreutils"
|
||||||
|
[cryptsetup]="cryptsetup"
|
||||||
|
[cryptsetup-initramfs]="cryptsetup-initramfs"
|
||||||
[curl]="curl"
|
[curl]="curl"
|
||||||
[dirmngr]="dirmngr"
|
[dirmngr]="dirmngr"
|
||||||
[dmsetup]="dmsetup"
|
[dmsetup]="dmsetup"
|
||||||
|
|||||||
@@ -28,10 +28,10 @@ bochs
|
|||||||
dm_mod
|
dm_mod
|
||||||
|
|
||||||
### Device-mapper integrity target (provides integrity checking)
|
### Device-mapper integrity target (provides integrity checking)
|
||||||
dm-integrity
|
dm_integrity
|
||||||
|
|
||||||
### Device-mapper crypt target (provides disk encryption)
|
### Device-mapper crypt target (provides disk encryption)
|
||||||
dm-crypt
|
dm_crypt
|
||||||
|
|
||||||
### Generic AES block cipher implementation (used by dm-crypt)
|
### Generic AES block cipher implementation (used by dm-crypt)
|
||||||
aes_generic
|
aes_generic
|
||||||
@@ -47,12 +47,15 @@ sha512_generic
|
|||||||
|
|
||||||
### Generic CRC32C checksum implementation (used by btrfs and other filesystems)
|
### Generic CRC32C checksum implementation (used by btrfs and other filesystems)
|
||||||
crc32c_generic
|
crc32c_generic
|
||||||
|
crc32c_intel
|
||||||
|
|
||||||
### Main btrfs filesystem module
|
### Main btrfs filesystem module
|
||||||
btrfs
|
btrfs
|
||||||
|
|
||||||
### Zstandard compression support for btrfs
|
### Ensure Btrfs root on LUKS works with zstd-compressed extents
|
||||||
|
zstd
|
||||||
zstd_compress
|
zstd_compress
|
||||||
|
xxhash
|
||||||
|
|
||||||
### XOR parity implementation for RAID functionality
|
### XOR parity implementation for RAID functionality
|
||||||
xor
|
xor
|
||||||
@@ -62,3 +65,7 @@ raid6_pq
|
|||||||
|
|
||||||
### Combined RAID4/5/6 support module
|
### Combined RAID4/5/6 support module
|
||||||
raid456
|
raid456
|
||||||
|
|
||||||
|
### Ensure ESP support
|
||||||
|
fat
|
||||||
|
vfat
|
||||||
|
|||||||
Reference in New Issue
Block a user