forked from sig_core/toolkit
attempt to add joliet long names
This commit is contained in:
parent
25c3921df2
commit
debad119d9
@ -1,6 +1,8 @@
|
|||||||
-indev {{ boot_iso }}
|
-indev {{ boot_iso }}
|
||||||
-outdev {{ isoname }}
|
-outdev {{ isoname }}
|
||||||
-boot_image any replay
|
-boot_image any replay
|
||||||
|
-joliet
|
||||||
|
-compliance joliet_long_names
|
||||||
-volid {{ volid }}
|
-volid {{ volid }}
|
||||||
{{ graft }}
|
{{ graft }}
|
||||||
-end
|
-end
|
||||||
|
@ -833,7 +833,13 @@ class Shared:
|
|||||||
isokwargs["input_charset"] = None
|
isokwargs["input_charset"] = None
|
||||||
|
|
||||||
if opts['use_xorrisofs']:
|
if opts['use_xorrisofs']:
|
||||||
cmd = ['/usr/bin/xorriso', '-dialog', 'on', '<', opts['graft_points']]
|
cmd = [
|
||||||
|
'/usr/bin/xorriso',
|
||||||
|
'-dialog',
|
||||||
|
'on',
|
||||||
|
'<',
|
||||||
|
opts['graft_points']
|
||||||
|
]
|
||||||
else:
|
else:
|
||||||
cmd = Shared.get_mkisofs_cmd(
|
cmd = Shared.get_mkisofs_cmd(
|
||||||
opts['iso_name'],
|
opts['iso_name'],
|
||||||
|
Loading…
Reference in New Issue
Block a user