V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-10 21:45:51 +02:00
parent 12c7b2eab4
commit 5560ed09c9
25 changed files with 585 additions and 43 deletions

View File

@@ -28,7 +28,7 @@
# TODO: update-grub Post Hook Clang, Recovery, Signing PK
# TODO: Copying Log Files to final System
# TODO: Integrate CISS.debian.installer calling arguments and preseed.yaml into CISS.debian.live.builder build chain?
# TODO: Reboot function for Autoinstall
# TODO: Reboot function for Autoinstall, Clean Exit, Flush Logs, luksClose, umount
# TODO: 0105_arg_nuke_converter.sh - implement HashRounds as argument
# TODO: Implement loop_pass() for other passwords 0105_arg_nuke_converter.sh
# TODO: Implement / Integrate IP, Port validation CDI_1200
@@ -245,8 +245,13 @@ info_echo "4050_setup_locales.sh"
setup_locales
### CDI_4100
info_echo "4100_generate_sources.sh"
generate_sources
if [[ "${apt_default_deb822}" == "true" ]]; then
info_echo "4105_generate_sources822.sh"
generate_sources822
else
info_echo "4100_generate_sources.sh"
generate_sources
fi
info_echo "4110_update_sources.sh"
update_sources
info_echo "4120_installation_kernel.sh"