Skip to content

Commit

Permalink
Add lz4 compression
Browse files Browse the repository at this point in the history
This change will improve the compression speed and reduce image size.
  • Loading branch information
anonymous-cupholder authored Apr 2, 2024
1 parent b54f3bd commit 4e2dc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ workspace()
mdconfig -f ${livecd}/pool.img -u 0
zpool create ghostbsd /dev/md0
zfs set mountpoint=${release} ghostbsd
zfs set compression=zstd-9 ghostbsd
zfs set compression=lz4 ghostbsd
}

base()
Expand Down

0 comments on commit 4e2dc78

Please sign in to comment.