diff --git a/.bin/Scripts/mount-raw-image b/.bin/Scripts/mount-raw-image index e738c445..6a183859 100755 --- a/.bin/Scripts/mount-raw-image +++ b/.bin/Scripts/mount-raw-image @@ -24,7 +24,7 @@ if [[ -f "${1:-}" ]]; then done else # losetup did not detect partitions, attempt whole image - udevil mount -o to "${LOOPDEV}" || true + udevil mount -o ro "${LOOPDEV}" || true fi else usage