## V8.13.096.2025.10.09
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m40s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-09 23:44:01 +01:00
parent b51049eb8e
commit eca769a7df
3 changed files with 11 additions and 5 deletions

View File

@@ -355,7 +355,8 @@ EOF
chmod 0755 /etc/initramfs-tools/hooks/ciss_debian_live_builder
### Regenerate the initramfs for the live system kernel
update-initramfs -u -k all -v
touch /root/.ciss/dlb/0001_initramfs_modules.log
update-initramfs -u -k all -v | tee -a /root/.ciss/dlb/0001_initramfs_modules.log
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ '%s' applied successfully. \e[0m\n" "${0}"