LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to make an md5sum for custom multidistro CD/DVD? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-make-an-md5sum-for-custom-multidistro-cd-dvd-717147/)

linus72 04-06-2009 06:41 AM

How to make an md5sum for custom multidistro CD/DVD?
 
I'm steadily cranking out my own multidistro's, but want to know how to generate an md5sum when I create a CD from multiple distro's-anybody know?

acid_kewpie 04-06-2009 06:59 AM

just run md5sum on the file, no options or anything, and it'll spit it out after it's processed the file.

linus72 04-06-2009 07:01 AM

How do I do that?
And being that they are differing distro's mashed together, how will I know if the md5sum is correct?
Thanks!

acid_kewpie 04-06-2009 07:02 AM

did you try looking at the tiny man page? "md5sum my.iso"

what do you mean "correct"? you're the one generating it... :confused:

linus72 04-06-2009 07:18 AM

Awesome! Thanks alot.

Code:

root@bz-desktop:/home/bz/Desktop#
 md5sum /home/bz/Desktop/MultiDistro-Toolz-v4.20.iso
a7f261e3e9c70d39fc2c1f8107318684 
/home/bz/Desktop/MultiDistro-Toolz-v4.20.iso

So how do I make a md5sum.txt, just imitate others CD's and put my md5sum in the folder?


All times are GMT -5. The time now is 08:06 PM.