Skip to content

Commit 6c2ea25

Browse files
committed
bring Debian install instructions up to date
1 parent f58fe4e commit 6c2ea25

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ End-user documentation for Redhat systems can be found
1313

1414
### Debian
1515

16-
For Debian, the End-user instructions are to install cvmfs from
17-
[the cvmfs download page](https://cernvm.cern.ch/portal/filesystem/downloads)
18-
and this package from
19-
[github](https://github.com/opensciencegrid/cvmfs-config-osg/releases).
16+
For Debian, the End-user instructions are to install this package from
17+
[cvmfs-contrib](https://cvmfs-contrib.github.io) and cvmfs from
18+
[the cvmfs download page](https://cernvm.cern.ch/portal/filesystem/downloads).
2019
Then if you want to enable autofs, add the following contents
2120
into /etc/auto.master.d/cvmfs.autofs:
2221
```
@@ -26,12 +25,3 @@ and restart autofs with
2625
```
2726
systemctl restart autofs
2827
```
29-
and also enable and start the cvmfs-config-osg service with:
30-
```
31-
systemctl enable cvmfs-config-osg
32-
systemctl start cvmfs-config-osg
33-
```
34-
That service will start a daemon to make sure that the configuration
35-
repository /cvmfs/config-osg.opensciencegrid.org stays mounted,
36-
which is necessary to work around a Debian bug that causes autofs to
37-
hang if a recursive automount is attempted.

0 commit comments

Comments
 (0)