Roman Morokutti wrote:
> Hi,
> 
> does someone know how to create a bootable
> install image (aka .iso file)? I have managed 
> to tweak an image for zfs boot. But the whole
> content resides in a directory now and I don??t
> have a clou how to get a bootable install image
> from it.
> 
> I played around with 
> 
>       # mkisofs --joliet-long /install-folder/content > zfsboot.iso
>       
> But I might be missing the obvious. It would be
> glad if someone could tell me how the builds get
> compiled to an install image.
> 

Not sure I completely understand what you're after, but you can look at 
how the Indiana CD is built in the distro_constructor repository; 
probably the answer to your question is in the mkisofs invocation at 
line 295 in 
http://src.opensolaris.org/source/xref/caiman/distro_constructor/src/build_dist.lib

Dave

Reply via email to