I'm not sure if you had seen my post a few weeks ago...
What I did for installing over FTP was something like this:
mkdir disc1
mkdir disc2
mount iso/7.0-i386-disc1.iso disc1 -t iso9660 -o loop
mount iso/7.0-i386-disc2.iso disc2 -t iso9660 -o loop
mkdir en
mkdir en/RedHat
mkdir en/RedHat/RPMS
cd en
ln -s ../disc?/{.??,}* .
cd RedHat
ln -s ../../disc?/RedHat/* .
cd RPMS
ln -s ../../../disc?/RedHat/RPMS/* .
Chris Abbey wrote:
>
> seeing as how John and Pete both posted on this I thought I'd quickly
> let the list know the results of this... thanks to Mike's set -vx idea
> I've found the problem: the backtick substitution is higher
> priority than the {} substitution since one is handled by the shell
> and the other by find... so the result was that {} was literally
> the argument to basename. I've rewritten it now to avoid that
> and can build a full symlink tree... sadly anaconda rejected it
> because nfs is literally exporting the symlink and telling the
> installer to load from /isos/.... I know the solution to this,
> use relative symlinks instead of absolute, and put the isos mount
> points within the nfs exported RedHat directory. (at least I think
> that'll work.) I hope to finish this script off next weekend when I
> have time to fight with it again and submit it to replace that space
> wasting cp suggestion in the readme.
--
Ivan Jager
_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list