attempt to add joliet long names

This commit is contained in:
Louis Abel 2022-07-18 15:27:35 -07:00
parent 25c3921df2
commit debad119d9
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,8 @@
-indev {{ boot_iso }}
-outdev {{ isoname }}
-boot_image any replay
-joliet
-compliance joliet_long_names
-volid {{ volid }}
{{ graft }}
-end

View File

@ -833,7 +833,13 @@ class Shared:
isokwargs["input_charset"] = None
if opts['use_xorrisofs']:
cmd = ['/usr/bin/xorriso', '-dialog', 'on', '<', opts['graft_points']]
cmd = [
'/usr/bin/xorriso',
'-dialog',
'on',
'<',
opts['graft_points']
]
else:
cmd = Shared.get_mkisofs_cmd(
opts['iso_name'],