mirror of
https://github.com/parchlinux/calamares.git
synced 2025-03-01 13:25:45 -05:00
12 lines
313 B
Text
12 lines
313 B
Text
# Syntax is YAML 1.2
|
|
---
|
|
type: "job"
|
|
name: "unsquashfs"
|
|
interface: "python"
|
|
requires: []
|
|
script: "main.py" #assumed relative to the current directory
|
|
configuration:
|
|
sourceMountPath: "/some/path"
|
|
unpack:
|
|
- source: "/path/to/squashfs/image.sqfs"
|
|
destination: ""
|