calamares/src/modules/unpackfs
Kevin Kofler 71d991e2e4 [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).
2019-05-06 15:04:58 +02:00
..
tests [unpackfs] Add test with too-small destination FS 2019-03-29 17:22:47 -04:00
main.py [unpackfs] Do not use -o loop on a device 2019-05-06 15:04:58 +02:00
module.desc Modules: minor cleanup + docs 2017-08-09 05:45:09 +09:00
runtests.sh [unpackfs] Add test with too-small destination FS 2019-03-29 17:22:47 -04:00
unpackfs.conf Update unpackfs.conf examples and documentation 2017-08-23 06:57:11 -04:00