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