> Leví Teodoro da Silva <[EMAIL PROTECTED]> wrote:
> 
> > Hi guys !!!!
> >
> > I use OpenSolaris 2008.05 at my workstation and i
> will install Solaris 10 on my server. I am
> downloading the ISO for solaris 10. =)
> > My question is simple : How can i do to create a
> bootable dvd with this ISO using OpenSolaris !? I do
> not know a program for it !!!!
> 
> first create a bootable filesystem image using
> mkisofs, then

No Jörg, as OP downloaded the ISO there is no need for that step.

> write the image to a DVD using cdrecord.

No Jörg, he need more help.

cdrecord -scanbus is the command to use to list available devices like:
~$ cdrecord -scanbus
scsibus2:
        2,0,0   200) '_NEC    ' 'DVD_RW ND-3520A ' '1.04' Removable CD-ROM
        2,1,0   201) *
        2,2,0   202) *
        2,3,0   203) *
        2,4,0   204) *
        2,5,0   205) *
        2,6,0   206) *
        2,7,0   207) *

cdrecord -dao dev=2,0,0 solaris10.iso

is then an appropriate command.
--
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to