mirror of https://github.com/cutefishos/calamares
[unpackfs] Do not use `-o loop` on a device
src/modules/unpackfs/main.py (UnpackOperation.mount_image): Check whether entry.source is a regular file or a device and only use `-o loop` on regular files, not devices. At least on Fedora >= 29, `-o loop` fails on the read-only device `/dev/mapper/live-base` (though `-o loop,ro` would be accepted).main
parent
02c7fe8345
commit
71d991e2e4
Loading…
Reference in New Issue