mklive.sh uses `du -sh` which takes compression of the filesystem (e.g. on ZFS) into account. This makes the number unreliable. Prefer `du -bh`.
mklive.sh uses
du -shwhich takes compression of the filesystem (e.g. on ZFS) into account. This makes the number unreliable.Prefer
du -bh.