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-05 22:42:14 +02:00
parent f366d2daf2
commit 16a51c5536
6 changed files with 140 additions and 48 deletions

View File

@@ -83,7 +83,7 @@ debootstrap: # Provide a mirror for downloading the Debian pac
# list of official Debian packages.
mirror: "https://deb.debian.org/debian"
# The following packages MUST be included in the debootstrap.
includes: "ca-certificates,locales,openssl,tzdata"
includes: "busybox,ca-certificates,locales,openssl,tzdata,zstd"
distribution: "bookworm" # MUST be "bookworm".
debian_suite: "stable" # MUST be "stable". Not supported yet: "testing", "experimental".
exit:
@@ -521,6 +521,7 @@ software:
### Installed by 4000_debootstrap.sh
##############################################################################################################################
# bash
# busybox
# ca-certificates
# coreutils
# e2fsprogs
@@ -535,6 +536,7 @@ software:
# tzdata
# util-linux
# vim-common
# zstd
##############################################################################################################################
### Installed by 4110_update_sources.sh
##############################################################################################################################
@@ -547,7 +549,6 @@ software:
# bind9-dnsutils
# bsdmainutils
# btrfs-progs
# busybox
# bzip2
# dirmngr
# dmsetup
@@ -581,7 +582,6 @@ software:
# wget
# whois
# zsh
# zstd
##############################################################################################################################
### Installed by 4140_installation_microcode.sh
##############################################################################################################################