Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actions/image-partition: check if the filesystem is mountable
If the filesystem type is 'none', it results in the below error. ==== image-partition ==== Action `image-partition` failed at stage Run, error: root mount failed: no such device Warning: Failed to get unmount /boot/efi: no such file or directory Unmount failure can cause images being incomplete! Powering off. Report an error message if filesystem type is 'none' and exit. Fixes: #234 Signed-off-by: Vignesh Raman <[email protected]>
- Loading branch information