pungi/pungi/phases
Bohdan Khomutskyi b899126b7e Allow squashfs-only and configuration_file in lorax_options
The change allows for setting the parameters as described below to Lorax.
Lorax, a program called during the buildInstall phase, creates the SquashFS
during the buildInstall phase.
The Squash filesystem is present both on the DVD and the BOOT.ISO.

squashfs_only --- (str) passes --squashfs-only option.
configuration_file --- (str or scm_dict) passes -c option to Lorax.

The final goal of this change is to allow for optimization of
the installation medium size.

This pull request is related to the Fedora change proposal, which is available
at this location:
https://fedoraproject.org/wiki/Category:Changes/OptimizeSquashFS
See the change proposal for more information about the benefits of higher
compression ratio.

Jira: RHELCMP-693
Signed-off-by: Bohdan Khomutskyi <bkhomuts@redhat.com>
2020-08-11 09:29:50 +00:00
..
gather Fix typos 2020-06-24 14:16:42 +02:00
pkgset Make sure old_repo_dir for reusing exists 2020-07-22 15:11:25 +08:00
__init__.py Split repoclosure into separate phase 2020-04-14 09:25:57 +08:00
base.py Format code base with black 2020-02-05 17:35:47 +08:00
buildinstall.py Allow squashfs-only and configuration_file in lorax_options 2020-08-11 09:29:50 +00:00
createiso.py createiso: Ignore errors when deleting staging dir 2020-07-07 16:32:10 +08:00
createrepo.py Fix typos 2020-06-24 14:16:42 +02:00
extra_files.py Format code base with black 2020-02-05 17:35:47 +08:00
extra_isos.py Format code base with black 2020-02-05 17:35:47 +08:00
image_build.py Break too long line 2020-04-06 14:20:47 +02:00
image_checksum.py Format code base with black 2020-02-05 17:35:47 +08:00
init.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
live_images.py Fix typos 2020-06-24 14:16:42 +02:00
livemedia_phase.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
osbs.py Fix formatting issues 2020-02-07 16:16:20 +08:00
ostree.py Allow using Pungi Koji plugin for ostree phases. 2020-05-26 13:23:58 +00:00
ostree_installer.py Retry ostree installer task on losetup error 2020-08-05 10:58:04 +02:00
phases_metadata.py Format code base with black 2020-02-05 17:35:47 +08:00
repoclosure.py Delete outdated comments 2020-04-22 17:14:51 +08:00
test.py Split repoclosure into separate phase 2020-04-14 09:25:57 +08:00
weaver.py Format code base with black 2020-02-05 17:35:47 +08:00