@@ -48,6 +48,8 @@ Scientific Linux, Rocky Linux, Alma Linux)
4848and SUSE Linux Enterprise (version 15)
4949and its derivatives (openSUSE Leap). All of those support the
5050x86_64 architecture, and RHEL8 also supports ppc64le and aarch64.
51+ Debian/Ubuntu probably could be supported but it would require some
52+ development in the ` makedist ` command.
5153
5254# Making the cvmfs distribution
5355
@@ -63,7 +65,7 @@ will download from the `default` source but exclude the
6365
6466By default a distribution for ` cvmfsexec ` and ` mountrepo/umountrepo ` is
6567created. To instead make a distribution for ` singcvmfs ` , add the ` -s `
66- makedist option. By default the distribution made will match the host
68+ makedist option. By default the distribution made will match the
6769operating system it runs on, but another distribution can be selected
6870with the ` -m ` option. See the makedist usage for supported machine types.
6971
@@ -261,7 +263,7 @@ singcvmfs exactly like singularity with one of its exec, instance, run,
261263or shell commands (note: it cannot read an image from cvmfs). For example,
262264once you have [ made a singcvmfs distribution] ( #making-the-cvmfs-distribution )
263265the following should work (replace ` centos:7 ` with a container matching
264- the host's operating system):
266+ the operating system you're running on ):
265267
266268```
267269$ export SINGCVMFS_REPOSITORIES="grid.cern.ch,atlas.cern.ch"
0 commit comments