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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-04 21:16:48 +02:00
parent 181e3e91d9
commit 3e3cd1cea2
4 changed files with 43 additions and 11 deletions

View File

@@ -12,7 +12,6 @@
### Contributions so far see ./docs/CREDITS.md
# TODO: SSHFP Dropbear Keys Generate
# TODO: Install zsh Tools, eza
# TODO: Implement this function 4215_check_crypttab.sh
# TODO: Implement this function 4435_hardening_fail2ban.sh
@@ -291,7 +290,6 @@ info_echo "4220_installation_cryptsetup.sh"
installation_cryptsetup
info_echo "4230_installation_grub.sh"
installation_grub
if [[ "${VAR_GRUB_PASSWORD}" == "true" ]]; then
info_echo "4240_update_grub_password.sh"
update_grub_password
@@ -302,12 +300,14 @@ update_grub_bootparameter
### CDI_4300
info_echo "4300_installation_network.sh"
installation_network
info_echo "4310_dropbear_build.sh"
dropbear_build
info_echo "4311_dropbear_initramfs.sh"
dropbear_initramfs
info_echo "4312_dropbear_setup.sh"
dropbear_setup
if [[ "${dropbear_boot}" == "true" ]]; then
info_echo "4310_dropbear_build.sh"
dropbear_build
info_echo "4311_dropbear_initramfs.sh"
dropbear_initramfs
info_echo "4312_dropbear_setup.sh"
dropbear_setup
fi
info_echo "4320_update_initramfs.sh"
update_initramfs