defautl to x86 compression for mksquashfs

This commit is contained in:
parazyd 2017-07-10 14:06:12 +02:00
parent 6cdae5fd4d
commit 855fed21f5
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 4 deletions

View File

@ -103,11 +103,9 @@ iso_squash_strap() {
notice "creating squashfs out of strapdir"
[[ -n "$mkefi" ]] && uefi_opt="-Xbcj x86"
pushd $workdir
sudo mksquashfs $strapdir binary/live/filesystem.squashfs \
${=uefi_opt} \
-noappend -comp xz || zerr
-Xbcj x86 -noappend -comp xz || zerr
popd
unset uefi_opt
}
@ -149,7 +147,6 @@ iso_xorriso_build() {
-o $R/dist/$isoname \
binary || zerr
popd
unset uefi_opt
}
iso_setup_installer() {