You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(iot): detect ubuntu-server-minimal.squashfs and fallback scan
- Add support for casper/ubuntu-server-minimal.squashfs
- Keep existing checks for minimal.squashfs and filesystem.squashfs
- Fallback: scan ISO tree (depth-limited) for *.squashfs and prefer *minimal*
- Log selection and warn when multiple candidates are found
Rationale:
Recent Ubuntu ISOs package rootfs as ubuntu-server-minimal.squashfs, which
broke the previous hard-coded paths. This makes detection robust across
ISO variants.
Signed-off-by: Bjordis Collaku <[email protected]>
0 commit comments