Blame README

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