12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
|
# EznixOS custom settings
|
||
|
# SPDX-FileCopyrightText: no
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
#
|
||
|
# Configure unpack squashfs filesystem
|
||
|
#
|
||
|
---
|
||
|
unpack:
|
||
|
- source: "/run/live/medium/live/filesystem.squashfs"
|
||
|
sourcefs: "squashfs"
|
||
|
destination: "/"
|