Skip to content

Mount Image

Actions
An action that mounts an image s boot and root partitions inside a Ubuntu runner
v1
Latest
Star (4)

Mount Image Action

An action that mounts an image's boot and root partitions inside a Ubuntu runner.

Example

- name: Mount Image
  id: mount-image
  uses: damianperera/mount-image-action@v1
  with:
    imagePath: /home/github-runner/rpi4.img
    mountPoint: /mnt/rpi4

For a usage example refer this workflow file.

Outputs

Value Description
bootMountLocation Mount location of the boot partition
rootMountLocation Mount location of the root partition
bootDeviceMapper The boot partition's mount device (e.g. /dev/mapper/loop5p0)
rootDeviceMapper The root partition's mount device (e.g. /dev/mapper/loop5p1)

Mount Image is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

An action that mounts an image s boot and root partitions inside a Ubuntu runner
v1
Latest

Mount Image is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.