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
|
-boot_image any replay
|
||||||
-joliet on
|
-joliet on
|
||||||
-compliance joliet_long_names
|
-compliance joliet_long_names
|
||||||
|
{{ '-compliance untranslated_names' if arch == 'ppc64le' }}
|
||||||
-volid {{ volid }}
|
-volid {{ volid }}
|
||||||
{{ graft }}
|
{{ graft }}
|
||||||
-end
|
-end
|
||||||
|
@ -867,6 +867,7 @@ class IsoBuild:
|
|||||||
isoname=isoname,
|
isoname=isoname,
|
||||||
volid=volid,
|
volid=volid,
|
||||||
graft=xorpoint,
|
graft=xorpoint,
|
||||||
|
arch=arch,
|
||||||
)
|
)
|
||||||
xorriso_template_entry = open(xorriso_template_path, "w+")
|
xorriso_template_entry = open(xorriso_template_path, "w+")
|
||||||
xorriso_template_entry.write(xorriso_template_output)
|
xorriso_template_entry.write(xorriso_template_output)
|
||||||
|
Loading…
Reference in New Issue
Block a user