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. # list of official Debian packages.
mirror: "https://deb.debian.org/debian" mirror: "https://deb.debian.org/debian"
# The following packages MUST be included in the debootstrap. # 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". distribution: "trixie" # MUST be "trixie".
debian_suite: "stable" # MUST be "stable". Not supported yet: "testing", "experimental". debian_suite: "stable" # MUST be "stable". Not supported yet: "testing", "experimental".
exit: exit:
@@ -617,7 +617,6 @@ software:
############################################################################################################################## ##############################################################################################################################
### Installed by 4310_dropbear_build.sh ### Installed by 4310_dropbear_build.sh
############################################################################################################################## ##############################################################################################################################
# dropbear
# dropbear-initramfs # dropbear-initramfs
############################################################################################################################## ##############################################################################################################################
### Installed by 4420_installation_ssh.sh ### Installed by 4420_installation_ssh.sh
@@ -701,7 +700,7 @@ software:
#- debootstrap #- debootstrap
#- linux-source #- linux-source
#- lld #- lld
- shellcheck #- shellcheck
#- ssl-cert #- ssl-cert
############################################################################################################################## ##############################################################################################################################
# tools # tools
@@ -709,7 +708,6 @@ software:
- expect - expect
- figlet - figlet
- htop - htop
- neovim
- python3 - python3
- virt-what - virt-what

View File

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