Skip to content

Commit

Permalink
Undo BTRFS compression changes
Browse files Browse the repository at this point in the history
There are issues with upgrades that causes unpredictable behavior with the overlay. Attempting to see if this is related to the problem.
  • Loading branch information
ruineka authored Apr 6, 2024
1 parent b4be647 commit 3d8eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mkdir -p ${MOUNT_PATH}

fallocate -l ${SIZE} ${BUILD_IMG}
mkfs.btrfs -f ${BUILD_IMG}
mount -t btrfs -o loop,compress-force=zstd:15 ${BUILD_IMG} ${MOUNT_PATH}
mount -t btrfs -o loop,nodatacow ${BUILD_IMG} ${MOUNT_PATH}
btrfs subvolume create ${BUILD_PATH}

# copy the makepkg.conf into chroot
Expand Down

0 comments on commit 3d8eae2

Please sign in to comment.