kdomanski / iso9660

A go library for reading and creating ISO9660 images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to create a bootable iso

carbonin opened this issue · comments

This doesn't seem possible given

iso9660/image_writer.go

Lines 520 to 524 in 880de9c

Header: volumeDescriptorHeader{
Type: volumeTypePrimary,
Identifier: standardIdentifierBytes,
Version: 1,
},

I might be missing something though ...
If not, is this something you would consider as an enhancement?