Blame README

Packit 8480eb
-*- text -*-
Packit 8480eb
Packit 8480eb
autofs is a kernel-based automounter for Linux.  It performs a job
Packit 8480eb
similar to amd(8) but relies on a small stub of kernel code instead of
Packit 8480eb
pretending to be an NFS server.  The result is simpler code, better
Packit 8480eb
reliability, and much faster operation in the common case (everything
Packit 8480eb
already mounted.)
Packit 8480eb
Packit 8480eb
An AMD/AutoFS HOWTO is available at:
Packit 8480eb
Packit 8480eb
http://www.Linux-Consulting.com/Amd_AutoFS/autofs.html
Packit 8480eb
Packit 8480eb
... as well as from your favourite HOWTO archive.
Packit 8480eb
Packit 8480eb
To build autofs, please run:
Packit 8480eb
Packit 8480eb
	./configure
Packit 8480eb
Packit 8480eb
to configure the system.  See README.options for options that you can
Packit 8480eb
give configure.
Packit 8480eb
Packit 8480eb
After configuring, you can:
Packit 8480eb
Packit 8480eb
	make			... make the daemon and modules
Packit 8480eb
	make install		... install the daemon and modules
Packit 8480eb
Packit 8480eb
Development kernels 2.3.41 and onwards contain the autofs4 as
Packit 8480eb
standard.  If you're using 2.2, you can apply the patch in
Packit 8480eb
the patches directory; it was made from 2.2.14, but it should
Packit 8480eb
work on 2.2.10 onwards. Patches related to extensions written
Packit 8480eb
by Ian Kent are also in the patches directory. See README.ghosting
Packit 8480eb
for a description of the kernel patches.
Packit 8480eb
Packit 8480eb
If you use autofs as a module, you need to add "alias autofs4 autofs"
Packit 8480eb
to your modules config file (/etc/modules.conf or /etc/conf.modules).
Packit 8480eb
Packit 8480eb
Limited direct mount functionality has been implemented and a
Packit 8480eb
describtion of what can be done can be found in README.direct.
Packit 8480eb
Packit 8480eb
autofs was written by H. Peter Anvin of Transmeta Corporation, please
Packit 8480eb
read the COPYRIGHT file.  autofs 4 is the result of Jeremy
Packit 8480eb
Fitzhardinge's <jeremy@goop.org> work on autofs 3. Further enhancements
Packit 8480eb
have been made by Ian Kent <raven@themaw.net>.
Packit 8480eb
Packit 8480eb
If you use or want to help develop autofs, please join the autofs
Packit 8480eb
mailing list by sending an email to:
Packit 8480eb
Packit 8480eb
	majordomo@vger.kernel.org
Packit 8480eb
Packit 8480eb
With the body text:
Packit 8480eb
Packit 8480eb
	subscribe autofs
Packit 8480eb
Packit 8480eb
Once subscribed you can send patches to:
Packit 8480eb
Packit 8480eb
	autofs@vger.kernel.org
Packit 8480eb
Packit 8480eb
The autofs mailing list archive can be viewed on gmane:
Packit 8480eb
Packit 8480eb
	http://news.gmane.org/gmane.linux.kernel.autofs
Packit 8480eb
	http://blog.gmane.org/gmane.linux.kernel.autofs
Packit 8480eb