Skip to content

Commit 9acdf56

Browse files
rptaylorvvolklHereThereBeDragons
committed
Some clarifications for end users (#230)
* Some clarifications for end users * Apply suggestions from code review Co-authored-by: HereThereBeDragons <[email protected]> --------- Co-authored-by: Valentin Volkl <[email protected]> Co-authored-by: HereThereBeDragons <[email protected]>
1 parent 96e6b34 commit 9acdf56

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

cpt-quickstart.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ Other Platforms
140140
Setting up the Software
141141
-----------------------
142142

143-
Configure AutoFS
144-
~~~~~~~~~~~~~~~~
143+
Configure AutoFS on Linux
144+
~~~~~~~~~~~~~~~~~~~~~~~~~
145145

146-
For the basic setup, run ``cvmfs_config setup``.
146+
For the basic setup, run ``sudo cvmfs_config setup`` (can be verified with ``sudo cvmfs_config chksetup``)
147147
This ensures that the file ``/etc/auto.master.d/cvmfs.autofs`` exists containing ``/cvmfs /etc/auto.cvmfs`` and that the ``autofs`` service is running. Reload the ``autofs`` service in order to apply an updated configuration.
148148

149149
NB: For OpenSUSE uncomment the line ``#+dir:/etc/auto.master.d/`` in the file ``/etc/auto.master`` and restart the ``autofs`` service.
@@ -154,8 +154,8 @@ NB: For OpenSUSE uncomment the line ``#+dir:/etc/auto.master.d/`` in the file ``
154154
systemctl restart autofs
155155

156156

157-
Mac OS X
158-
~~~~~~~~
157+
Configure AutoFS on Mac OS X
158+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159159

160160
Due to the lack of ``autofs`` on macOS, mount the individual repositories manually like
161161

@@ -171,13 +171,14 @@ Create default.local
171171
~~~~~~~~~~~~~~~~~~~~
172172

173173
Create ``/etc/cvmfs/default.local`` and open the file for editing.
174-
Select the desired repositories by setting ``CVMFS_REPOSITORIES=repo1,repo2,...``. For ATLAS, for instance, set
174+
For the purposes of convenience when running CVMFS client utility commands (e.g. ``cvmfs_talk``, ``cvmfs_config``), you may wish to optionally list repositories you are interested in by setting ``CVMFS_REPOSITORIES=repo1,repo2,...``. This will then run those commands on all listed repositories.
175+
For ATLAS, for instance, set
175176

176177
::
177178

178179
CVMFS_REPOSITORIES=atlas.cern.ch,atlas-condb.cern.ch,grid.cern.ch
179180

180-
For an individual workstation or laptop, set
181+
For the simplest configuration for an individual workstation or laptop, it is sufficient to just set
181182

182183
::
183184

0 commit comments

Comments
 (0)