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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-08 19:27:35 +01:00
parent cef24a4b21
commit c7a613ec36
2 changed files with 0 additions and 115 deletions

View File

@@ -36,23 +36,9 @@ update_initramfs() {
"
chroot_script "${TARGET}" "
### Write the helper verbatim (no host-side expansion).
cat >| /tmp/.ciss_sysmask_helper.sh << 'EOS_ENTER'
${VAR_CHROOT_SYS_MASK_HELPER}
EOS_ENTER
source /tmp/.ciss_sysmask_helper.sh
### run: mask sys, build, unmask.
cdi_sys_quick_enter
depmod -a ${var_kernel} 2>&1 | tee -a ${var_logfile}
update-initramfs -c -v -k all 2>&1 | tee -a ${var_logfile}
echo ExitCode: \$? >> ${var_logfile}
cdi_sys_quick_leave
rm -f /tmp/.ciss_sysmask_helper.sh
"
chroot_script "${TARGET}" "