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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-18 01:24:28 +02:00
parent 18d0cf30ad
commit f76cbf9fba
2 changed files with 5 additions and 1 deletions

View File

@@ -27,11 +27,15 @@ guard_sourcing
# VAR_SETUP_PATH
# network_static_ipv4nameserver_0
# network_static_ipv4nameserver_1
# user_bastion_enable
# user_bastion_ipv4_0
# user_dropbear_dhcp
# user_dropbear_fw
# user_root_ssh_pubkeys_0
# user_root_ssh_pubkeys_1
# user_root_ssh_pubkeys_2
# user_root_ssh_pubkeys_3
# user_ssh_port
# Arguments:
# None
# Returns:

View File

@@ -20,7 +20,7 @@ esac
. /usr/share/initramfs-tools/hook-functions
# Ensure directory structure in initramfs
### Ensure directory structure in initramfs
mkdir -p "${DESTDIR}/etc/dropbear/initramfs"
mkdir -p "${DESTDIR}/usr/local/bin" "${DESTDIR}/etc/keys"
mkdir -p "${DESTDIR}/etc/initramfs-tools/scripts/init-premount"