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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-28 12:33:50 +01:00
parent d41780a9d0
commit 1568839fa7
10 changed files with 788 additions and 1 deletions

View File

@@ -119,7 +119,14 @@ source_guard "./func/cdi_5000_recovery/5020_remove_x509.sh"
source_guard "./func/cdi_5000_recovery/5030_setup_hostname.sh"
source_guard "./func/cdi_5000_recovery/5035_setup_resolv.sh"
source_guard "./func/cdi_5000_recovery/5040_setup_timezone.sh"
source_guard "./func/cdi_5000_recovery/5050_setup_locales.sh"
source_guard "./func/cdi_5000_recovery/5105_generate_sources_822.sh"
source_guard "./func/cdi_5000_recovery/5110_update_sources.sh"
source_guard "./func/cdi_5000_recovery/5120_installation_kernel.sh"
source_guard "./func/cdi_5000_recovery/5121_installation_initramfs.sh"
source_guard "./func/cdi_5000_recovery/5130_installation_toolset.sh"
source_guard "./func/cdi_5000_recovery/5131_installation_systemd.sh"
source_guard "./func/cdi_5000_recovery/5132_installation_machineid.sh"
source_guard "./func/cdi_5000_recovery/5999_exiting_chroot_recovery.sh"
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh