forked from sig_core/toolkit
try to resolve ppc64le not booting RLBT#0000158
This commit is contained in:
parent
8d77a63a6a
commit
2b0907043e
@ -3,6 +3,7 @@
|
||||
-boot_image any replay
|
||||
-joliet on
|
||||
-compliance joliet_long_names
|
||||
{{ '-compliance untranslated_names' if arch == 'ppc64le' }}
|
||||
-volid {{ volid }}
|
||||
{{ graft }}
|
||||
-end
|
||||
|
@ -867,6 +867,7 @@ class IsoBuild:
|
||||
isoname=isoname,
|
||||
volid=volid,
|
||||
graft=xorpoint,
|
||||
arch=arch,
|
||||
)
|
||||
xorriso_template_entry = open(xorriso_template_path, "w+")
|
||||
xorriso_template_entry.write(xorriso_template_output)
|
||||
|
Loading…
Reference in New Issue
Block a user