Leonardo Fagundes Luz Serrano 8b738c7db9 patch-iso-debian: use mount for extracting ISO
In a previous commit [1], the script was changed to use 7z
for extracting contents from the input ISO. This was done
because the main alternative was using 'mount', which
requires sudo privileges.

Unfortunately, 7z does not handle ownership and permissions [2],
and keeping them unchanged is required.

This commit changes the script back to using 'mount'
for extracting input ISO contents. This also means running it
now requires sudo privileges.

Ref:
[1] 4f69113d93
[2] https://linux.die.net/man/1/7z

Test Plan:
pass - Generate a pre-patched ISO and check that the permissions
       on the output iso are the same as the ones in the input.

Closes-Bug: 2098385

Change-Id: I1e5e1f8ecdb94cafb577dcfe3651a1717abe19c7
Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
2025-02-13 15:41:10 -03:00
2019-04-19 19:52:37 +00:00
2023-04-28 12:38:49 -04:00
2018-06-01 07:45:23 -07:00
2022-12-26 21:12:47 +00:00
Description
StarlingX build source tree root
12 MiB
Languages
Python 62%
Shell 36.9%
BitBake 0.6%
Dockerfile 0.5%