V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m3s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m3s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -21,57 +21,67 @@
|
||||
# raid1
|
||||
# sd_mod
|
||||
|
||||
### Entropy source for '/dev/random':
|
||||
jitterentropy_rng
|
||||
### btrfs ----------------------------------------------------------------------------------------------------------------------
|
||||
btrfs
|
||||
lzo
|
||||
xor
|
||||
xxhash
|
||||
zstd
|
||||
zstd_compress
|
||||
|
||||
### 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
|
||||
|
||||
### Crypto primitives for LUKS2 / AES-XTS:
|
||||
### cryptography ---------------------------------------------------------------------------------------------------------------
|
||||
aes_generic
|
||||
aesni_intel
|
||||
blake2b_generic
|
||||
crc32c_generic
|
||||
cryptd
|
||||
gf128mul
|
||||
libcrc32c
|
||||
serpent_generic
|
||||
sha256_generic
|
||||
sha384_generic
|
||||
sha512_generic
|
||||
twofish_generic
|
||||
xts
|
||||
|
||||
### Generic AES block cipher implementation (used by dm-crypt):
|
||||
aes_generic
|
||||
aesni_intel
|
||||
### cryptsetup -----------------------------------------------------------------------------------------------------------------
|
||||
dm_mod
|
||||
dm_crypt
|
||||
dm_integrity
|
||||
dm_verity
|
||||
|
||||
### Generic SHA-256 hashing algorithm (used by various crypto and integrity targets):
|
||||
sha256_generic
|
||||
### Entropy --------------------------------------------------------------------------------------------------------------------
|
||||
jitterentropy_rng
|
||||
rng_core
|
||||
|
||||
### 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):
|
||||
sha512_generic
|
||||
|
||||
### Generic CRC32C checksum implementation (used by btrfs and other filesystems):
|
||||
crc32c_generic
|
||||
|
||||
### Main btrfs filesystem module:
|
||||
btrfs
|
||||
|
||||
### Ensure Btrfs root on LUKS works with zstd-compressed extents:
|
||||
zstd
|
||||
zstd_compress
|
||||
xxhash
|
||||
|
||||
### XOR parity implementation for RAID functionality:
|
||||
xor
|
||||
|
||||
### RAID6 parity generation module:
|
||||
raid6_pq
|
||||
|
||||
### Combined RAID4/5/6 support module:
|
||||
raid456
|
||||
|
||||
### Ensure ESP support:
|
||||
### ESP/FAT/UEFI ---------------------------------------------------------------------------------------------------------------
|
||||
fat
|
||||
vfat
|
||||
|
||||
#### nftables ------------------------------------------------------------------------------------------------------------------
|
||||
#nf_log_common # built-in
|
||||
#nft_counter # built-in
|
||||
#nft_icmp # built-in
|
||||
#nft_icmpv6 # built-in
|
||||
#nft_meta # built-in
|
||||
#nft_set_hash # built-in
|
||||
#nft_set_rbtree # built-in
|
||||
#nft_tcp # built-in
|
||||
#nft_udp # built-in
|
||||
nf_conntrack
|
||||
nf_nat
|
||||
nf_reject_ipv4
|
||||
nf_reject_ipv6
|
||||
nf_tables
|
||||
nft_ct
|
||||
nft_limit
|
||||
nft_log
|
||||
nft_masq
|
||||
nft_nat
|
||||
nft_reject_inet
|
||||
nfnetlink
|
||||
nfnetlink_log
|
||||
|
||||
### RAID -----------------------------------------------------------------------------------------------------------------------
|
||||
raid456
|
||||
raid6_pq
|
||||
|
||||
Reference in New Issue
Block a user