Skip to content

update quickstart instructions on macos for firmlinks #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
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