forked from sig_core/toolkit
xorr conf blank?
This commit is contained in:
parent
cd16cf78f4
commit
e7386c2f6f
@ -2,4 +2,4 @@
|
|||||||
-outdev {{ isoname }}
|
-outdev {{ isoname }}
|
||||||
-boot_image any replay
|
-boot_image any replay
|
||||||
-volid {{ volid }}
|
-volid {{ volid }}
|
||||||
{{ grafts }}
|
{{ graft }}
|
||||||
|
@ -1074,7 +1074,7 @@ class IsoBuild:
|
|||||||
boot_iso=boot_iso,
|
boot_iso=boot_iso,
|
||||||
isoname=isoname,
|
isoname=isoname,
|
||||||
volid=volid,
|
volid=volid,
|
||||||
grafts=xorpoint,
|
graft=xorpoint,
|
||||||
)
|
)
|
||||||
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