Skip to content

Commit

Permalink
Update bake.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Krzesimir Nowak <[email protected]>
  • Loading branch information
pothos and krnowak authored Apr 18, 2024
1 parent 1d2adef commit cff2f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ else
VER=$({ mksquashfs -version || true ; } | head -n1 | cut -d " " -f 3)
VERMAJ=$(echo "${VER}" | cut -d . -f 1)
VERMIN=$(echo "${VER}" | cut -d . -f 2)
ARG=()
ARG=(-all-root -noappend)
if [ "${VERMAJ}" -gt 4 ] && [ "${VERMIN}" -gt 6 ]; then
ARG+=('-xattrs-exclude' '^btrfs.')
fi
Expand Down

0 comments on commit cff2f5f

Please sign in to comment.