V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -21,51 +21,57 @@
|
||||
# raid1
|
||||
# sd_mod
|
||||
|
||||
### QEMU Bochs-compatible virtual machine support
|
||||
bochs
|
||||
### Entropy source for '/dev/random':
|
||||
jitterentropy_rng
|
||||
|
||||
### Device-mapper core module (required for all dm_* features)
|
||||
### Device-mapper core module (required for all dm_* features):
|
||||
dm_mod
|
||||
|
||||
### Device-mapper integrity target (provides integrity checking)
|
||||
### Device-mapper integrity target (provides integrity checking):
|
||||
dm_integrity
|
||||
|
||||
### Device-mapper crypt target (provides disk encryption)
|
||||
### Device-mapper crypt target (provides disk encryption):
|
||||
dm_crypt
|
||||
|
||||
### Generic AES block cipher implementation (used by dm-crypt)
|
||||
### Crypto primitives for LUKS2 / AES-XTS:
|
||||
aes_x86_64
|
||||
xts
|
||||
serpent_generic
|
||||
twofish_generic
|
||||
|
||||
### Generic AES block cipher implementation (used by dm-crypt):
|
||||
aes_generic
|
||||
|
||||
### Generic SHA-256 hashing algorithm (used by various crypto and integrity targets)
|
||||
### Generic SHA-256 hashing algorithm (used by various crypto and integrity targets):
|
||||
sha256_generic
|
||||
|
||||
### Generic SHA-384 hashing algorithm (used by various crypto and integrity targets)
|
||||
### Generic SHA-384 hashing algorithm (used by various crypto and integrity targets):
|
||||
sha384_generic
|
||||
|
||||
### Generic SHA-512 hashing algorithm (used by various crypto and integrity targets)
|
||||
### Generic SHA-512 hashing algorithm (used by various crypto and integrity targets):
|
||||
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_intel
|
||||
|
||||
### Main btrfs filesystem module
|
||||
### Main btrfs filesystem module:
|
||||
btrfs
|
||||
|
||||
### Ensure Btrfs root on LUKS works with zstd-compressed extents
|
||||
### Ensure Btrfs root on LUKS works with zstd-compressed extents:
|
||||
zstd
|
||||
zstd_compress
|
||||
xxhash
|
||||
|
||||
### XOR parity implementation for RAID functionality
|
||||
### XOR parity implementation for RAID functionality:
|
||||
xor
|
||||
|
||||
### RAID6 parity generation module
|
||||
### RAID6 parity generation module:
|
||||
raid6_pq
|
||||
|
||||
### Combined RAID4/5/6 support module
|
||||
### Combined RAID4/5/6 support module:
|
||||
raid456
|
||||
|
||||
### Ensure ESP support
|
||||
### Ensure ESP support:
|
||||
fat
|
||||
vfat
|
||||
|
||||
Reference in New Issue
Block a user