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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-12 16:49:27 +02:00
parent c669ebc7aa
commit cefb3d4f5f
11 changed files with 257 additions and 35 deletions

View File

@@ -85,7 +85,7 @@ debootstrap: # Provide a mirror for downloading the Debian pac
mirror: "https://deb.debian.org/debian"
# The following packages MUST be included in the debootstrap.
includes: "busybox,ca-certificates,locales,openssl,tzdata,zstd"
distribution: "bookworm" # MUST be "bookworm".
distribution: "trixie" # MUST be "bookworm".
debian_suite: "stable" # MUST be "stable". Not supported yet: "testing", "experimental".
exit:
halt: false # This is how to make the installer shutdown when finished, but not reboot.
@@ -96,7 +96,8 @@ firmware:
lookup: "missing" # - "never" Completely disables the firmware search.
# - "missing" Searches only when the firmware is needed. (default)
# - "always" Always searches and asks for any firmware that could be useful for the hardware.
image: "linux-image-amd64" # Could be a meta-package or a specific image like:
image: "linux-image-6.12.38+deb13-amd64"
# Could be a meta-package or a specific image like:
# "linux-image-amd64" || "linux-image-arm64"
# "linux-image-cloud-amd64" || "linux-image-cloud-arm64"
# "linux-image-rt-amd64" || "linux-image-rt-arm64"
@@ -629,7 +630,6 @@ software:
- locate
- rsyslog
- screen
- software-properties-common
- spectre-meltdown-checker
- sysstat
##############################################################################################################################
@@ -691,7 +691,6 @@ software:
#- debootstrap
#- linux-source
#- lld
#- makedev
- shellcheck
#- ssl-cert
##############################################################################################################################
@@ -700,7 +699,6 @@ software:
- expect
- figlet
- htop
- neofetch
- neovim
- python3
- virt-what