From ec77abde940b11cb0257c8dfebca68cf095db2e8 Mon Sep 17 00:00:00 2001 From: fdupoux Date: Wed, 19 Jan 2022 22:11:11 +0000 Subject: [PATCH] Updated ChangeLog with latest size optimisations --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d795360..aac46fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,8 @@ SystemRescue ChangeLog 9.01 (YYYY-MM-DD): ------------------------------------------------------------------------------- * Support for adding Certification Authorities (CAs) via YAML config (Gerd v. Egidy) -* Recompress kernel modules using xz to reduce the size of the ISO image (#247) +* Uncompress kernel modules so the squashfs compression provides a better ratio (#247) +* Optimized the initramfs compression to reduce the size of the ISO (Gerd v. Egidy) ------------------------------------------------------------------------------- 9.00 (2022-01-16):