V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m44s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m44s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -29,7 +29,7 @@ apt:
|
||||
full_upgrade: true # Whether to upgrade packages after debootstrap.
|
||||
install_recommends: true # Configure APT to not install recommended packages by default.
|
||||
non_free: true # Optionally install non-free software.
|
||||
non_free_firmware: true # Optionally install non-free firmware.
|
||||
non_free_firmware: true # Optionally install non-free firmware. MUST be "true" for microcode updates.
|
||||
sec: "security.debian.org" # Debian Security Updates Archive.
|
||||
|
||||
##############################################################################################################################
|
||||
@@ -77,7 +77,7 @@ apt:
|
||||
################################################################################################################################
|
||||
# Basic settings
|
||||
################################################################################################################################
|
||||
architecture: "amd64" # MUST be one of "amd64" or "arm64".
|
||||
architecture: "amd64" # MUST be one of "amd64", "intel64" or "arm64".
|
||||
distribution: "bookworm" # MUST be "bookworm".
|
||||
debian_suite: "stable" # MUST be "stable". Not supported yet: "testing", "experimental".
|
||||
exit:
|
||||
|
||||
Reference in New Issue
Block a user