V8.00.000.2025.06.17
All checks were successful
🔁 Render Graphviz Diagrams. / 🔁 Render Graphviz Diagrams. (push) Successful in 32s
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 47s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-24 18:28:35 +02:00
parent e9681e87c5
commit 0a2d983c7d
64 changed files with 525 additions and 1423 deletions

View File

@@ -9,6 +9,7 @@
# SPDX-LicenseComment: This file is part of the CISS.debian.installer.secure framework.
# SPDX-PackageName: CISS.debian.installer
# SPDX-Security-Contact: security@coresecret.eu
. ./func/helper/1030_check_nic.sh
. ./func/helper/1080_helper_chroot.sh
. ./func/helper/1081_helper_grub.sh
@@ -23,26 +24,48 @@
. ./func/helper/1222_validation_preseed.sh
. ./func/helper/1250_yaml_parser.sh
. ./func/helper/1251_yaml_reader.sh
. ./func/partitioning/3200_partitioning.sh
. ./func/partitioning/3220_partition_encryption.sh
. ./func/partitioning/3240_partition_formatting.sh
. ./func/partitioning/3260_setup_filesystem.sh
. ./func/partitioning/3280_mount_partition.sh
. ./func/partitioning/3290_uuid_logger.sh
. ./func/system/4000_debootstrap.sh
. ./func/system/4020_configure_system.sh
. ./func/system/4040_generate_fstab.sh
. ./func/system/4060_generate_crypttab.sh
. ./func/system/4080_generate_sources.sh
. ./func/system/4090_minimal_toolset.sh
. ./func/system/4095_setup_skel.sh
. ./func/system/4100_setup_timezone.sh
. ./func/system/4110_setup_locales.sh
. ./func/system/4120_installation_kernel.sh
. ./func/system/4130_setup_network.sh
. ./func/system/4140_setup_hostname.sh
. ./func/system/4150_setup_grub.sh
. ./func/system/4155_setup_grub_password.sh
. ./func/system/4160_grub_bootparameter.sh
. ./func/system/4165_kernel_modules.sh
. ./func/system/4166_kernel_sysctl.sh
. ./func/system/4170_installation_microcode.sh
. ./func/system/4180_setup_ssh.sh
. ./func/system/4190_build_dropbear.sh
. ./func/system/4191_install_dropbear_initramfs.sh
. ./func/system/4195_setup_dropbear.sh
. ./func/
. ./func/system/4200_setup_accounts.sh
. ./func/system/4210_setup_packages.sh
. ./func/system/4220_setup_sudo.sh
. ./func/system/4230_setup_chrony.sh
. ./func/system/4999_exiting_chroot_system.sh
. ./func/system/5000_hardening_files.sh
#. ./func/recovery/3.8.9.functions_installation_wrapper_recovery.sh
#. ./func/recovery/3.9.0.functions_installation_setup_recovery.sh
#. ./func/recovery/3.9.1.functions_installation_generate_files_recovery.sh
#. ./func/9998_check_sshd_config_integrity.sh
#. ./func/9999_check_grub_cmdline.sh
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh