pungi-legacy: Add --joliet-long option
Using `-J` each path component can only be 64 characters long. This is not sufficient for some packages. Adding `--joliet-long` increases the limit to 103. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1605103 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
7d099012aa
commit
9b576bf976
@ -1741,7 +1741,7 @@ class Pungi(PungiBase):
|
||||
|
||||
# setup the base command
|
||||
mkisofs = ['/usr/bin/mkisofs']
|
||||
mkisofs.extend(['-v', '-U', '-J', '-R', '-T', '-m', 'repoview', '-m', 'boot.iso']) # common mkisofs flags
|
||||
mkisofs.extend(['-v', '-U', '-J', '--joliet-long', '-R', '-T', '-m', 'repoview', '-m', 'boot.iso']) # common mkisofs flags
|
||||
|
||||
x86bootargs = ['-b', 'isolinux/isolinux.bin', '-c', 'isolinux/boot.cat',
|
||||
'-no-emul-boot', '-boot-load-size', '4', '-boot-info-table']
|
||||
|
Loading…
Reference in New Issue
Block a user