V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-06 18:17:35 +02:00
parent df1c3debdc
commit a154799312
3 changed files with 23 additions and 3 deletions

View File

@@ -84,7 +84,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: "busybox,ca-certificates,locales,openssl,zstd"
includes: "busybox,ca-certificates,locales,openssl,python3,python3-apt,zstd"
distribution: "trixie" # MUST be "trixie".
debian_suite: "stable" # MUST be "stable". Not supported yet: "testing", "experimental".
exit:
@@ -579,6 +579,8 @@ software:
# openssl
# passwd
# procps
# python3
# python3-apt
# sed
# tar
# tzdata
@@ -751,7 +753,6 @@ software:
- figlet
- htop
- keychain
- python3
- virt-what
################################################################################################################################