V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m15s
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:
@@ -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}" "
|
||||
|
||||
Reference in New Issue
Block a user