Skip to content
Snippets Groups Projects
Verified Commit 4b0a9b1f authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Disable compresion for cert-backup

parent 61c72e7a
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ trap "umount -fl '$WORKDIR' || true; rmdir '$WORKDIR'" EXIT INT QUIT TERM ABRT
test -z "$(ls -A "$WORKDIR")"
if test -b "$PARTITION"; then
mount -t jffs2 "$PARTITION" "$WORKDIR"
mount -t jffs2 -o compr=none "$PARTITION" "$WORKDIR"
else
if grep -q '/dev/mmcblk0p1 / btrfs' /proc/mounts && \
! btrfs subvol list / | grep -q "path $SUBVOL"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment