From ef72343469b9c640f3acb6b28283f5feaea898b8 Mon Sep 17 00:00:00 2001 From: Bohdan Khomutskyi Date: Oct 30 2020 09:33:56 +0000 Subject: Add squashfs_only parameter to lorax_options This will enable solution to the change proposal: https://fedoraproject.org/wiki/Changes/OptimizeSquashFSOnDVDByRemovingEXT4FilesystemImageLayer This change will reduce the image size and also is an additional step towards improving the reproducibility of the DVD image This change can be tested in Fedora RawHide: https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20201030.n.0/compose/Server/x86_64/iso/ Jira: RHELCMP-2900 Signed-off-by: Bohdan Khomutskyi --- diff --git a/c8-stream.conf b/c8-stream.conf index aba085f..59ffc51 100644 --- a/c8-stream.conf +++ b/c8-stream.conf @@ -100,7 +100,8 @@ lorax_options = [ "*": { "noupgrade": False, "rootfs_size": 3, - "version": "8-stream" + "version": "8-stream", + "squashfs_only": true } }) ]