V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -31,7 +31,7 @@ recipe:
|
||||
id: "guben0afx256r" # MUST be equal to the second part of the recipe-variables string.
|
||||
kdf:
|
||||
threads: 1 # Set the parallel cost for PBKDF (number of threads, up to 4).
|
||||
time: 2048 # The number of milliseconds to spend with PBKDF passphrase processing.
|
||||
time: 256 # The number of milliseconds to spend with PBKDF passphrase processing.
|
||||
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.
|
||||
raid: # mdadm RAID settings only (not yet supported).
|
||||
|
||||
@@ -82,7 +82,7 @@ debootstrap: # Provide a mirror for downloading the Debian pac
|
||||
# Specify the packages to be included in the debootstrapping process. Include a comma-separated
|
||||
# list of official Debian packages.
|
||||
mirror: "https://deb.debian.org/debian"
|
||||
includes: "ca-certificates,openssl"
|
||||
includes: "ca-certificates,locales,openssl"
|
||||
distribution: "bookworm" # MUST be "bookworm".
|
||||
debian_suite: "stable" # MUST be "stable". Not supported yet: "testing", "experimental".
|
||||
exit:
|
||||
|
||||
Reference in New Issue
Block a user