Jason Kohles wrote:
On Thu, Mar 06, 2003 at 09:50:34AM -0800, Stephen Mah wrote:
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?
/mnt/source is going to refer to whichever cd is in the drive at the
time that the script runs, if cd#2 is not in the drive, then there is
no mount point for it.
hmm, then I must have other issues, thanks for the reply