[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: NFS, symlinks and installation trees
- From: David Talkington <dtalk prairienet org>
- To: redhat mailing list <redhat-list redhat com>
- Subject: Re: NFS, symlinks and installation trees
- Date: Fri May 31 13:36:18 2002
-----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-----
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]