index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2021-03-21 14:44:50 +0200 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2021-03-26 08:37:38 +0200 |
commit | 8cbc5483591a74fee2b566eff92e1423cbe9c0ad (patch) | |
tree | 0671e9230522b3ecb14a693d67efda2fb648172b /archiso/mkarchiso | |
parent | 8050fa4797dc563c0dad482c9849709538bba82a (diff) |
-rwxr-xr-x | archiso/mkarchiso | 5 |
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index f9c64ac..b6c5822 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -155,11 +155,6 @@ _cleanup_airootfs() { } _run_mksquashfs() { - # Set default mksquashfs options - if (( ${#airootfs_image_tool_options[@]} < 1 )); then - airootfs_image_tool_options=('-comp' 'xz') - fi - local image_path="${isofs_dir}/${install_dir}/${arch}/airootfs.sfs" if [[ "${quiet}" == "y" ]]; then mksquashfs "$@" "${image_path}" -noappend "${airootfs_image_tool_options[@]}" -no-progress > /dev/null |