xorr conf blank?

This commit is contained in:
Louis Abel 2022-06-27 01:01:36 -07:00
parent cd16cf78f4
commit e7386c2f6f
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
-outdev {{ isoname }}
-boot_image any replay
-volid {{ volid }}
{{ grafts }}
{{ graft }}

View File

@ -1074,7 +1074,7 @@ class IsoBuild:
boot_iso=boot_iso,
isoname=isoname,
volid=volid,
grafts=xorpoint,
graft=xorpoint,
)
xorriso_template_entry = open(xorriso_template_path, "w+")
xorriso_template_entry.write(xorriso_template_output)