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

This change can be tested in Fedora RawHide:
https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20201025.n.0/compose/Server/x86_64/iso/

Jira: RHELCMP-2900
Signed-off-by: Bohdan Khomutskyi <bkhomuts@redhat.com>
This commit is contained in:
Bohdan Khomutskyi 2020-10-26 11:40:29 +01:00
parent 4f951639e0
commit 27ad069b6d

View File

@ -3,7 +3,8 @@ buildinstall_method = "lorax"
lorax_options = [
("^.*$", {
"*": {
"noupgrade": False
"noupgrade": False,
"squashfs_only": True
}
})
]