[ILUG] Simple howto making an iso image
Paul O'Malley
ompaul at eircom.net
Sun Oct 10 01:06:48 IST 2004
Hi
If you are one of those people having issues around downloading an
accurate image of your favorite Linux image try this:
wget ftp://ftp.site.org/path/to/image/real_image.iso
then open the real_image.iso.md5sum file and read it, it is in plain
text
run the following command on your Linux box:
md5sum real_image.iso
if the download was successful the output of your md5sum program will
match the downloaded one (all things being equal)
Then run this
cdrecord dev=1,0,0 -data -pad speed=6 cd.iso
the number after dev can be found from the output of
cdrecord --scanbus
Have a fantastic day
Paul
--
There are only so many words in the English language, you may have seen
some of them in this order before, does that mean that my thoughts are
not my own?
http://www.tldp.org howto learn about linux
More information about the ILUG
mailing list