17 lines
449 B
Text
17 lines
449 B
Text
|
|
||
|
# SPDX-FileCopyrightText: no
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
#
|
||
|
# Unsquash / unpack a filesystem. Multiple sources are supported, and
|
||
|
# they may be squashed or plain filesystems.
|
||
|
#
|
||
|
|
||
|
|
||
|
unpack:
|
||
|
- source: "/run/archiso/bootmnt/arch/x86_64/airootfs.sfs"
|
||
|
sourcefs: "squashfs"
|
||
|
destination: ""
|
||
|
- source: "/run/archiso/bootmnt/arch/boot/x86_64/vmlinuz-linux"
|
||
|
sourcefs: "file"
|
||
|
destination: "/boot/vmlinuz-linux"
|