V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m16s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m16s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -94,12 +94,8 @@ FSTYPE=${VAR_ROOT_FS}
|
|||||||
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh
|
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
insert_header "${TARGET}/etc/initramfs-tools/conf.d/resume"
|
|
||||||
insert_comments "${TARGET}/etc/initramfs-tools/conf.d/resume"
|
|
||||||
cat << EOF >> "${TARGET}/etc/initramfs-tools/conf.d/resume"
|
cat << EOF >> "${TARGET}/etc/initramfs-tools/conf.d/resume"
|
||||||
RESUME=none
|
RESUME=none
|
||||||
|
|
||||||
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
guard_dir && return 0
|
guard_dir && return 0
|
||||||
|
|||||||
@@ -34,13 +34,14 @@ dm_integrity
|
|||||||
dm_crypt
|
dm_crypt
|
||||||
|
|
||||||
### Crypto primitives for LUKS2 / AES-XTS:
|
### Crypto primitives for LUKS2 / AES-XTS:
|
||||||
aes_x86_64
|
gf128mul
|
||||||
xts
|
|
||||||
serpent_generic
|
serpent_generic
|
||||||
twofish_generic
|
twofish_generic
|
||||||
|
xts
|
||||||
|
|
||||||
### Generic AES block cipher implementation (used by dm-crypt):
|
### Generic AES block cipher implementation (used by dm-crypt):
|
||||||
aes_generic
|
aes_generic
|
||||||
|
aesni_intel
|
||||||
|
|
||||||
### 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
|
sha256_generic
|
||||||
@@ -53,7 +54,6 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user