Fixed typo in mount-raw-image
This commit is contained in:
parent
adc1283330
commit
ae7ba9cba4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ if [[ -f "${1:-}" ]]; then
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
# losetup did not detect partitions, attempt whole image
|
# losetup did not detect partitions, attempt whole image
|
||||||
udevil mount -o to "${LOOPDEV}" || true
|
udevil mount -o ro "${LOOPDEV}" || true
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
usage
|
usage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue