mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-20 00:00:50 +03:00
With compression level 15 zstd is still much faster than xz and allows to save some space compared to default level 3: * uncompressed: 872M * zstd: 412M * zstd (-15): 400M * xz: 364M Also some fixes: * do not rename symlinks pointing to directories * add missing build-time dependencies * call linux_config_exists before doing kernel config checks Closes: https://bugs.gentoo.org/899958 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/29963 Signed-off-by: Mike Pagano <mpagano@gentoo.org>