An open API service indexing awesome lists of open source software.

https://github.com/damianperera/unmount-image-action

An action that unmounts an image's boot and root partitions inside a Ubuntu runner
https://github.com/damianperera/unmount-image-action

github-action ubuntu

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Unmount Image Action
An action that unmounts an image's `boot` and `root` partitions inside a Ubuntu runner, ideally created by the [damianperera/mount-image-action@v1](https://github.com/damianperera/mount-image-action) action.

# Example
```
- name: Unmount Image
uses: damianperera/unmount-image-action@v1
with:
imagePath: /home/github-runner/rpi4.img
bootDeviceMapper: /dev/mapper/loop5p0
rootDeviceMapper: /dev/mapper/loop5p1
```
For a usage example refer [this workflow file](https://github.com/damianperera/openwrt-rpi/blob/main/.github/workflows/build.yml).