Assumptions : you are on a linux box. If on a MSFT platform use Adaptec ezcd-
creator or other burning program.

Goto your favorite RL ftp site and grab at least the following two files.

md5sum
isoname-1.iso < where isoname is disk 1 the most current build number in the
                iso directory.You only need disk 1 to get RL up and running. 

After downloading both files, run a md5sum against the iso you downloaded
Open up a terminal.
#cd /path/to/iso
#md5sum isoname.iso

it will output out a long number. open up the file md5sum in your favorite 
editor (mine is vi running in it's own terminal. no vi - emacs wars please :) 
and compare the two numbers. If they match then the iso download is good.

Burn it to disk. (i only burn using the CLI cause "dat's how i was edumacated :)

#cd /path/to/iso
#cdrecord -v -eject dev=0,0,0 speed=16 isoname.iso

cdrecord    : the cdrecord program
-v          : verbose output ( progress, status etc)
-eject      : ejects the disk when completed
dev=0,0,0   : those are zero's, this is the burners ID.
              (can be found using  #cdrecord -scanbus)
speed=16    : mine is 16 since I have a 16x burner. Change this to 2,4,8 etc.
isoname.iso : just that. the name of the iso you want to burn.

There are more things you could do but the above will work for you. Read the 
cdburning how-to's for more info than you ever want to know

After all the above you will have a brand new shiny RL disk. Make a dozen more 
and hand em out to friends. You'll want the practice anyhow :)
HTc

J-L

Quoting Jim Kelly <[EMAIL PROTECTED]>:

> Well, thank you all for the quick responses! I have another question
> about
> Redmond Linux. I am used to just getting Linux Distro's already put on a
> disk
> for me. This past weekend, I got a CD burner and I am wanting to
> download the
> Redmond Linux and burn it on a CD and then install it on a computer.
> Since I am
> new to downloading in this fashion, would somebody be able to give me
> the steps
> on what I need to download, and then how to create a boot disk and
> install? I
> appreciate all of your help!
> 
> Jim Kelly
> 
> __________________________________________________
> Do You Yahoo!?
> Find a job, post your resume.
> http://careers.yahoo.com
> -
> --
> rl-users list.  To leave, send "unsubscribe" without quotes in body of
> message to [EMAIL PROTECTED]
> Archive:
> http://www.mail-archive.com/rl-users@chicago.redmondlinux.org/
> 
-
--
rl-users list.  To leave, send "unsubscribe" without quotes in body of
message to [EMAIL PROTECTED]
Archive: http://www.mail-archive.com/rl-users@chicago.redmondlinux.org/

Reply via email to