https://github.com/cvmfs/automount-cvmfs
An optimized, statically linked build of automount specifically for the CVMFS service container.
https://github.com/cvmfs/automount-cvmfs
Last synced: 13 days ago
JSON representation
An optimized, statically linked build of automount specifically for the CVMFS service container.
- Host: GitHub
- URL: https://github.com/cvmfs/automount-cvmfs
- Owner: cvmfs
- License: gpl-2.0
- Created: 2026-05-13T19:57:30.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-14T10:09:32.000Z (29 days ago)
- Last Synced: 2026-05-14T11:17:29.565Z (29 days ago)
- Language: C
- Size: 3.33 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: COPYING
- Copyright: COPYRIGHT
Awesome Lists containing this project
README
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.