du: use --apparent-size to calculate rootfs's size
On ZFS (probably btrfs, too) with compression on,
disk usage isn't the same with its real sizes.
Without "--apparent-size", du(1) will report its disk usage
which is way lower than real space needed for squashfs.
Let's ask du to provide the real apparent size for our rootfs.
--apparent-size should be available on both GNU's du (used by Void)
and BSD's du.