-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 rpjday wrote:
>available, via NFS, a red hat installation tree, if i create the >directory /7.3/RedHat/RPMS containing all the symlinks. then >a network-based kickstart client could refer to this host and >to the location "/7.3", under which it would find the installation >tree "RedHat/RPMS" to install from. >pose any possible problems? i'm assuming i'd have to export the >entire /7.3 directory since i have to export the locations that >contain the real files as well as the symlinks. Yes. Use relative links, and it should work fine. For example: $ pwd /path/to/7.3 $ cd rpms $ for file in ../dist*/rpms/*; do ln -s $file; done Something like that, with 7.3/ exported. - -d - -- David Talkington PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 Comment: Made with pgp4pine 1.75-6 iQA/AwUBPPe0Fr9BpdPKTBGtEQI7IwCg2EnRgZ0vVRPVbDFjY9OD9HbUxu0AnjHR ZJgkSnWDWGPr4nYE/zJNKopF =T3NY -----END PGP SIGNATURE----- _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list