#31 Add squashfs_only parameter to lorax_options
Closed 4 years ago by bkhomuts. Opened 4 years ago by bkhomuts.
centos/ bkhomuts/pungi-centos add_squashfs-only  into  centos-8-stream

file modified
+2 -1
@@ -100,7 +100,8 @@ 

          "*": {

              "noupgrade": False,

              "rootfs_size": 3,

-             "version": "8-stream"

+             "version": "8-stream",

+             "squashfs_only": true

          }

      })

  ]

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/

The same change was merged in Fedora:
https://pagure.io/pungi-fedora/pull-request/922
https://pagure.io/pungi-fedora/pull-request/921

Jira: RHELCMP-2900
Signed-off-by: Bohdan Khomutskyi bkhomuts@redhat.com

This feature can't be enabled in CentOS Stream yet, because versions of Anaconda and Lorax in CentOS stream doesn't support this feature. I'll close this request for now, and will re-open it again once support is present.

Pull-Request has been closed by bkhomuts

4 years ago
Metadata