try to resolve ppc64le not booting RLBT#0000158

This commit is contained in:
Louis Abel 2022-07-21 00:25:31 -07:00
parent 8d77a63a6a
commit 2b0907043e
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
-boot_image any replay
-joliet on
-compliance joliet_long_names
{{ '-compliance untranslated_names' if arch == 'ppc64le' }}
-volid {{ volid }}
{{ graft }}
-end

View File

@ -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)