I built a custom rh cd before that fit on a single CD. Here's the kickstart command that I used: cp -R /mnt/source/foo.tar /mnt/sysimage/opt/foo.tar The problem I'm having now, is that my custom CDs span to 2 CDs.therefore the tarball is not copying over anymore, and I'm have a feeling that /mnt/source refers to CD#1.
How do I find out what the mount point is for CD#2? thanks