jcapona/Mount Image Partition

An action that mounts an image partition inside a Ubuntu runner.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Mar 7, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: jcapona/mount-image-partition-action@9fcb4cc5a77ccdaf4430a9136d36eab39dd9e3e1 # v1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
imagePathPath to image file.yes
mountPointMount point. Defaults to '/mnt/'.no/mnt/
partitionIndexPartition index in image, starting from 1. Defaults to 1.no1
extraDiskSpaceExtra disk space to add to the partition in MiB. Defaults to 0 MiB.no0
namedescription
loopbackDeviceLoopback device associated to mounted partition.
imagePathPath to mounted image. Might be different to the input image path if extra disk space was added.