jcapona/Mount Image Partition
An action that mounts an image partition inside a Ubuntu runner.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 7, 2025
- License
- MIT
Pinned Snippet
uses: jcapona/mount-image-partition-action@9fcb4cc5a77ccdaf4430a9136d36eab39dd9e3e1 # v1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| imagePath | Path to image file. | yes | — |
| mountPoint | Mount point. Defaults to '/mnt/'. | no | /mnt/ |
| partitionIndex | Partition index in image, starting from 1. Defaults to 1. | no | 1 |
| extraDiskSpace | Extra disk space to add to the partition in MiB. Defaults to 0 MiB. | no | 0 |
Outputs
| name | description |
|---|---|
| loopbackDevice | Loopback device associated to mounted partition. |
| imagePath | Path to mounted image. Might be different to the input image path if extra disk space was added. |