Editing Linux Distribution
I have problem, and I am having trouble finding a solution. I need to make some trivial (non-kernel or package level) changes to a Linux distribution. The problem is, I only have CD. So, what I need to do is copy the files from the CD to a hard drive, edit the files I need to change and build a new ISO that can be burned to a CD on a another machine.My understanding is that I cannot copy the files directly from the CD to the harddrive, instead I have to use dd, but I am not sure what the proper way to do this is. Secondly, how do I mount the ISO, so that it is editable, and finally, how do I then create a new ISO from the changes -- one that can be copied to a Windows box and burned there?
Thanks in advance for any help you guys can provide me with.