Mikhail Chusavitin 75c33e073e Fix split_live_squashfs_layers crash under POSIX sh (dash)
trap RETURN is a bash extension not supported by /bin/sh on Debian.
With set -e active the unsupported trap call exited the build immediately
after lb build, before bootloader sync and ISO copy steps ran.

Remove both trap RETURN lines — explicit rm -rf at the end of the
function is sufficient for cleanup on the happy path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-04 09:52:31 +03:00
2026-05-03 14:12:00 +03:00
2026-05-03 14:12:00 +03:00
2026-04-29 17:31:25 +03:00
2026-03-15 22:07:42 +03:00
Description
No description provided
99 MiB
Languages
Go 83.9%
Shell 12.2%
C 3.7%
Dockerfile 0.1%