Because of how widespread the ISO9660 format is, it may be worthwhile to optionally allow exporting a bootable .iso instead of a regular .gb image. The main obstacle is goldboot works below the filesystem level, so copying the files manually would be really difficult (especially universally).
One alternative may be to utilize goldboot-linux virtually along with xorriso after the provisioning step. This is similar to how merging multiboot images is envisioned to work, so the necessary machinery may already be in place by the time I get to this issue. That would reduce the effort needed to just what's required to figure out the arcane xorriso arguments.
Because of how widespread the ISO9660 format is, it may be worthwhile to optionally allow exporting a bootable
.isoinstead of a regular.gbimage. The main obstacle isgoldbootworks below the filesystem level, so copying the files manually would be really difficult (especially universally).One alternative may be to utilize
goldboot-linuxvirtually along withxorrisoafter the provisioning step. This is similar to how merging multiboot images is envisioned to work, so the necessary machinery may already be in place by the time I get to this issue. That would reduce the effort needed to just what's required to figure out the arcanexorrisoarguments.