damianperera/Mount Image
An action that mounts an image's boot and root partitions inside a Ubuntu runner.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| imagePath | Absolute path of the image | yes | — |
| mountPoint | Intended mount point - folder will be created | yes | — |
Outputs
| name | description |
|---|---|
| bootMountLocation | Mount location of the /boot partition |
| rootMountLocation | Mount location of the /root partition |
| bootDeviceMapper | Boot mount device |
| rootDeviceMapper | Root mount device |