V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 51s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-03 18:25:35 +02:00
parent 998a64a57f
commit 4b534d4313

View File

@@ -82,7 +82,8 @@ debootstrap: # Provide a mirror for downloading the Debian pac
# Specify the packages to be included in the debootstrapping process. Include a comma-separated # Specify the packages to be included in the debootstrapping process. Include a comma-separated
# list of official Debian packages. # list of official Debian packages.
mirror: "https://deb.debian.org/debian" mirror: "https://deb.debian.org/debian"
includes: "ca-certificates,locales,openssl" # The following packages MUST be included in the debootstrap.
includes: "ca-certificates,locales,openssl,tzdata"
distribution: "bookworm" # MUST be "bookworm". distribution: "bookworm" # MUST be "bookworm".
debian_suite: "stable" # MUST be "stable". Not supported yet: "testing", "experimental". debian_suite: "stable" # MUST be "stable". Not supported yet: "testing", "experimental".
exit: exit: