commit fc38a0998234abbaa4eb4f93b9a9599bb4ccd4a8
parent 6968ae2ffd5e58819fc3cf25135f1ad462f444c4
Author: parazyd <parazyd@dyne.org>
Date: Wed, 25 Oct 2017 13:19:55 +0200
change param order on mksquashfs; reported by cyteen_
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zlibs/iso b/zlibs/iso
@@ -106,7 +106,7 @@ iso_squash_strap() {
[[ -n "$mkefi" ]] && _uefi_opt="-Xbcj x86"
pushd $workdir
sudo mksquashfs $strapdir binary/live/filesystem.squashfs \
- ${=_uefi_opt} -noappend -comp xz || zerr
+ -comp xz ${=_uefi_opt} -noappend || zerr
popd
}