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:
parent
ae5ee3d856
commit
4b90822115
5 changed files with 420 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue