• how to mount an iso file on MACOS ?
1[[ -d tmp ]] && mkdir tmp
2hdiutil attach -nomount debian-12.2.0-arm64-netinst.iso && \
3  mount -t cd9660 /dev/disk5 ./tmp/