Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cpt-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,12 @@ Mac OS X
Due to the lack of ``autofs`` on macOS, mount the individual repositories manually like

::

sudo cvmfs_config setup
sudo mkdir -p /cvmfs/cvmfs-config.cern.ch
sudo mount -t cvmfs cvmfs-config.cern.ch /cvmfs/cvmfs-config.cern.ch

For optimal configuration settings, mount the config repository before any other repositories.
Note that the actual mountpoints are located under /Users/Shared/cvmfs - /cvmfs is a "firmlink" that points there, and is created by cvmfs_config.


Create default.local
Expand Down