V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m17s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m17s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -32,6 +32,10 @@ recipe:
|
|||||||
kdf:
|
kdf:
|
||||||
threads: 1 # Set the parallel cost for PBKDF (number of threads, up to 4).
|
threads: 1 # Set the parallel cost for PBKDF (number of threads, up to 4).
|
||||||
time: 256 # The number of milliseconds to spend with PBKDF passphrase processing.
|
time: 256 # The number of milliseconds to spend with PBKDF passphrase processing.
|
||||||
|
luks_backup: true # Specify if LUKS Header backups should be created. If so, provide an external backup URL:
|
||||||
|
# luks_backup_url: "https://cloud.e2ee.li/"
|
||||||
|
# Also provide the cloud access token and access passwords via ./.preseed/password_luks_backup.txt
|
||||||
|
luks_backup_url: "https://cloud.e2ee.li/"
|
||||||
name: "ciss.2025.gpt.btrfs.ephemeral.non-raid.256GiB.rescue"
|
name: "ciss.2025.gpt.btrfs.ephemeral.non-raid.256GiB.rescue"
|
||||||
nuke: true # Activates Nuke-Mechanism in '/etc/crypttab' keyscript and via dropbear SSH forced command.
|
nuke: true # Activates Nuke-Mechanism in '/etc/crypttab' keyscript and via dropbear SSH forced command.
|
||||||
nuke_rounds: 16384 # SHA512 KDF Rounds for Nuke Passphrase. If omitted, the default value is '8,388,608'.
|
nuke_rounds: 16384 # SHA512 KDF Rounds for Nuke Passphrase. If omitted, the default value is '8,388,608'.
|
||||||
|
|||||||
0
.preseed/password_luks_backup.txt
Normal file
0
.preseed/password_luks_backup.txt
Normal file
@@ -256,8 +256,8 @@ grub_parameter:
|
|||||||
# - 'panic=0' No automatic action (System remains stuck in panic state).
|
# - 'panic=0' No automatic action (System remains stuck in panic state).
|
||||||
# - 'panic=-1' Also explicitly prevents any automatic reboot.
|
# - 'panic=-1' Also explicitly prevents any automatic reboot.
|
||||||
##############################################################################################################################
|
##############################################################################################################################
|
||||||
- "oops=panic"
|
#- "oops=panic"
|
||||||
- "panic=-1"
|
#- "panic=-1"
|
||||||
|
|
||||||
##############################################################################################################################
|
##############################################################################################################################
|
||||||
# Enable a subset of known mitigations for CPU vulnerabilities and disable SMT.
|
# Enable a subset of known mitigations for CPU vulnerabilities and disable SMT.
|
||||||
@@ -426,7 +426,7 @@ grub_parameter:
|
|||||||
##############################################################################################################################
|
##############################################################################################################################
|
||||||
# Sets the minimum log output of the kernel at boot time to level 0 (= KERN_EMERG).
|
# Sets the minimum log output of the kernel at boot time to level 0 (= KERN_EMERG).
|
||||||
##############################################################################################################################
|
##############################################################################################################################
|
||||||
- "loglevel=0"
|
#- "loglevel=0"
|
||||||
|
|
||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
# Grub settings
|
# Grub settings
|
||||||
|
|||||||
Reference in New Issue
Block a user