Add a script for modifying ISO images

With this script it's possible to add additional files into an ISO file.
If the file happens to be ks.cfg, the boot configs are tweaked so that
the kickstart is actually used.

Resolves: #503
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2017-02-20 10:35:34 +01:00
parent ae5ee3d856
commit 4b90822115
5 changed files with 420 additions and 0 deletions

View file

@ -41,6 +41,7 @@ setup(
'bin/pungi-fedmsg-notification',
'bin/pungi-koji',
'bin/pungi-make-ostree',
'bin/pungi-patch-iso',
],
data_files = [
('/usr/share/pungi', glob.glob('share/*.xsl')),