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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-28 18:40:31 +02:00
parent a4a900164b
commit f5877db207
2 changed files with 2 additions and 5 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,tzdata,zstd"
includes: "busybox,ca-certificates,locales,openssl,zstd"
distribution: "trixie" # MUST be "trixie".
debian_suite: "stable" # MUST be "stable". Not supported yet: "testing", "experimental".
exit:
@@ -617,7 +617,6 @@ software:
##############################################################################################################################
### Installed by 4310_dropbear_build.sh
##############################################################################################################################
# dropbear
# dropbear-initramfs
##############################################################################################################################
### Installed by 4420_installation_ssh.sh
@@ -701,7 +700,7 @@ software:
#- debootstrap
#- linux-source
#- lld
- shellcheck
#- shellcheck
#- ssl-cert
##############################################################################################################################
# tools
@@ -709,7 +708,6 @@ software:
- expect
- figlet
- htop
- neovim
- python3
- virt-what

View File

@@ -61,7 +61,6 @@ installation_network() {
echo ExitCode: \$? >> ${var_logfile}
"
chroot_exec "${TARGET}"
mkdir -p "${TARGET}/etc/network/interfaces.d"
### Create a network configuration file header.