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 cff2f5f commit 91c1e02
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 @@ -70,6 +70,6 @@ else
if [ "${VERMAJ}" -gt 4 ] && [ "${VERMIN}" -gt 6 ]; then
ARG+=('-xattrs-exclude' '^btrfs.')
fi
mksquashfs "${SYSEXTNAME}" "${SYSEXTNAME}".raw -all-root -noappend "${ARG[@]}"
mksquashfs "${SYSEXTNAME}" "${SYSEXTNAME}".raw "${ARG[@]}"
fi
echo "Created ${SYSEXTNAME}.raw"

0 comments on commit 91c1e02

Please sign in to comment.