On Sun, 27 Jan 2002 18:54:06 -0700
"Glenn Williams" <[EMAIL PROTECTED]> wrote:

> Hi, Group:
> 
> I have looked in all the familiar sources of info, and have come up
> empty.  I have a binary file in .iso image format.  What do I need to do
> to install it?
> 
> The file is in my download directory, but I want to burn a CD and
> install it from that.  I did this some time back, but my memory has
> deserted me on this one.
> 
> Can someone help?
> 
> TIA

The command I use to burn a cd from an iso image is:
cdrecord -v speed=4 dev=0,0,0 -data filename.iso
Of course you need to be root, and use the proper device, determined by
'cdrecord -scanbus', and set your preferred speed and the appropriate
filename. Works for me, ymmv. Any second opinions?

-- 
Ken Moffat
[EMAIL PROTECTED]
_______________________________________________
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.

Reply via email to