Skip to content

cvmfs/automount-cvmfs

Repository files navigation

automount-cvmfs
===============

A trimmed-down, statically-linked build of autofs intended for use inside
CVMFS service containers.

This fork strips the upstream autofs distribution down to what is needed
to run an `automount` daemon inside a container:

  - statically linked binary (no runtime .so module loading)
  - only the `file` and `program` map sources, the `sun` map parser,
    and the generic mount module are compiled in
  - no LDAP, SASL, libxml2, systemd, hesiod, NIS, amd, NCP, SMB,
    replicated-server, or fedfs support
  - the resulting binary is installed as `automount-cvmfs`

Build
-----

    ./configure
    make STATIC=1

The output binary is `daemon/automount-cvmfs`.

Origin
------

Based on autofs 5.1.9 by H. Peter Anvin, Jeremy Fitzhardinge, and
Ian Kent. See COPYRIGHT and CREDITS for the original authorship and
license.

About

An optimized, statically linked build of automount specifically for the CVMFS service container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors