from "unpackfs.conf" found in "/usr/share/calamares/modules/"
# - source: "/path/to/filesystem.sqfs"
# sourcefs: "squashfs"
# destination: ""
# You can list more than one filesystem.
#
# - source: "/path/to/another/filesystem.img"
# sourcefs: "ext4"
# destination: ""
#
# You can list filesystem source paths relative to the Calamares run
# directory, if you use -d (this is only useful for testing, though).
- source: ./example.sqfs
sourcefs: squashfs
destination: ""
running calamares results in a error message that "/home/artix/example.sqfs" can't be found.
It needs to be commented out in the above file.
After this is done calamares says there are no squashfs files.
The solution to this is to change the above file to read
- source: '/run/artix/bootmnt/artix/x86_64/rootfs.sfs'
sourcefs: "squashfs"
destination: ""
- source: '/run/artix/bootmnt/artix/x86_64/desktopfs.sfs'
sourcefs: "squashfs"
destination: ""