Re: ISO image files

2002-01-28 Thread Glenn Williams
- Original Message - From: Dave Anselmi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 27, 2002 8:33 PM Subject: Re: ISO image files Ken Moffat wrote: [...] The command I use to burn a cd from an iso image is: cdrecord -v speed=4 dev=0,0,0 -data filename.iso

ISO image files

2002-01-27 Thread Glenn Williams
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

Re: ISO image files

2002-01-27 Thread Ken Moffat
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

Re: ISO image files

2002-01-27 Thread Glenn Williams
Hi: I forgot to mention in my recent post, that I checked the iso file against the published md5 checksum using md5sum, and it matches okay. Regards, Glenn Glenn Williams - [EMAIL PROTECTED] Registered Linux User # 135678 since 1994 Amateur Radio Packeteer since 1988

Re: ISO image files

2002-01-27 Thread Rick Sivernell
On Sun, 27 Jan 2002 18:04:51 -0800 Ken Moffat [EMAIL PROTECTED] wrote: 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

Re: ISO image files

2002-01-27 Thread Collins Richey
On Sun, 27 Jan 2002 20:33:29 -0600 Rick Sivernell [EMAIL PROTECTED] wrote: On Sun, 27 Jan 2002 18:04:51 -0800 Ken Moffat [EMAIL PROTECTED] wrote: On Sun, 27 Jan 2002 18:54:06 -0700 Glenn Williams [EMAIL PROTECTED] wrote: Hi, Group: I have looked in all the familiar sources

Re: ISO image files

2002-01-27 Thread Dave Anselmi
Ken Moffat wrote: [...] 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