Add squashfs-tools so Calamares can unpack the rootfs
Calamares' unpackfs module shells out to unsquashfs to extract airootfs.sfs onto the target. squashfs-tools wasn't in the live package list, so installs failed at the Finish step with "Failed to find unsquashfs ... Bad unpackfs configuration". Add it.
This commit is contained in:
parent
08855ecd86
commit
8aebfc26c4
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ efibootmgr
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
dosfstools
|
dosfstools
|
||||||
mtools
|
mtools
|
||||||
|
# squashfs-tools: provides unsquashfs, which Calamares' unpackfs module uses
|
||||||
|
# to extract airootfs.sfs onto the target during install.
|
||||||
|
squashfs-tools
|
||||||
# Live-ISO boot (archiso bootmodes: bios.syslinux + uefi.systemd-boot)
|
# Live-ISO boot (archiso bootmodes: bios.syslinux + uefi.systemd-boot)
|
||||||
# mkinitcpio-archiso provides the initramfs hooks that find and mount
|
# mkinitcpio-archiso provides the initramfs hooks that find and mount
|
||||||
# airootfs.sfs and switch root into it — without it the live ISO drops
|
# airootfs.sfs and switch root into it — without it the live ISO drops
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue