V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-08 17:54:25 +02:00
parent 166186a8f0
commit 06c093e0a1
26 changed files with 156 additions and 2050 deletions

View File

@@ -71,7 +71,7 @@ dropbear_build() {
# shellcheck disable=2312
make -j"$(nproc)"
' 2>&1 | tee -a "${TARGET}${var_logfile}"
' >> "${TARGET}${var_logfile}" 2>&1
[[ "${VAR_DEBUG_TRACE,,}" == "true" ]] && set -x
guard_dir && return 0

View File

@@ -22,9 +22,9 @@ guard_sourcing
# VAR_FINAL_IPV4_SUBNET
# VAR_FINAL_NIC
# VAR_SETUP_PATH
# dropbear_dhcp
# dropbear_firewall
# dropbear_port
# network_autoconfig_enable
# network_static_ipv4nameserver_0
# network_static_ipv4nameserver_1
# ssh_allow_ipv4_0
@@ -36,7 +36,7 @@ guard_sourcing
#######################################
dropbear_setup() {
### Declare Arrays, HashMaps, and Variables.
declare network_static_ipv4ntpserver_0="192.53.103.108" var_modules=""
declare network_static_ipv4ntpserver_0="192.53.103.108"
### Prepare strong dropbear host keys
rm -f "${TARGET}"/etc/dropbear/initramfs/dropbear*key