Re: dvd image

2006-07-06 Thread eoghan
Andy Greenwood wrote: IIRC, there aren't any official dvd images. However, it's not too difficult to make your own. Check out this site http://www.pa.msu.edu/~tigner/bsddvd.html Ok thanks for the link, Eoghan On 7/5/06, eoghan <[EMAIL PROTECTED]> wrote: Hi I was wondering if there was any dv

Re: dvd image

2006-07-06 Thread Andy Greenwood
IIRC, there aren't any official dvd images. However, it's not too difficult to make your own. Check out this site http://www.pa.msu.edu/~tigner/bsddvd.html On 7/5/06, eoghan <[EMAIL PROTECTED]> wrote: Hi I was wondering if there was any dvd images of freebsd releases? Thanks Eoghan _

Re: DVD image making utility, equivalent to mkisofs

2005-08-23 Thread David Kelly
On Aug 23, 2005, at 12:04 PM, Sherman, Michael (GE Energy) wrote: mkisofs -dvd-video I am aware of this option, however I am burning data, not video. You originally said mkisofs finished quickly. It shouldn't run any faster than your disk drive(s) can copy the data. My single PATA

Re: DVD image making utility, equivalent to mkisofs

2005-08-23 Thread David Kelly
On Tue, Aug 23, 2005 at 10:28:13AM -0400, Sherman, Michael (GE Energy) wrote: > > Does anyone know whether there is a way to force mkisofs to create a > DVD image or a different utility. Any input would be appreciated. mkisofs -dvd-video % man mkisofs ... -dvd-video Gen

Re: DVD image making utility, equivalent to mkisofs

2005-08-23 Thread Mario Hoerich
# Sherman, Michael (GE Energy): > Does anyone know whether there is a way to force mkisofs to create > a DVD image or a different utility. Any input would be appreciated. The port sysutils/dvd+rw-tools provides growisofs, which should do the trick. HTH, Mario