change param order on mksquashfs; reported by cyteen_

This commit is contained in:
parazyd 2017-10-25 13:19:55 +02:00
parent 6968ae2ffd
commit fc38a09982
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -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
}