In /logs/firmware/patool_extraction/rootfs.img_unblob_extracted/rootfs.img_extract/0-50593792.squashfs_v4_le_extract/linuxrc line 18:
		exec sh
                ^-----^ SC2093 (warning): Remove "exec " if script should continue after this command.


In /logs/firmware/patool_extraction/rootfs.img_unblob_extracted/rootfs.img_extract/0-50593792.squashfs_v4_le_extract/linuxrc line 53:
ulimit -c unlimited
       ^-- SC3045 (warning): In POSIX sh, ulimit -c is undefined.


In /logs/firmware/patool_extraction/rootfs.img_unblob_extracted/rootfs.img_extract/0-50593792.squashfs_v4_le_extract/linuxrc line 57:
exec /lib/systemd/systemd "$@"
^----------------------------^ SC2093 (warning): Remove "exec " if script should continue after this command.

For more information:
  https://www.shellcheck.net/wiki/SC2093 -- Remove "exec " if script should c...
  https://www.shellcheck.net/wiki/SC3045 -- In POSIX sh, ulimit -c is undefin...