summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Siegert2017-07-09 22:36:41 +0200
committerFrank Siegert2017-07-09 22:36:52 +0200
commitd830f202844d8834c5ec1e237f8b600affd5f274 (patch)
treef95b97b22670debded138daa6f768eae53fe4915
parent8e01f0b126a262c38e2d6ff19df5a1582a4e1eb8 (diff)
downloadaur-d830f202844d8834c5ec1e237f8b600affd5f274.tar.gz
Update to 2.3.5-5: add _netdev to auto mount options.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--cvmfs.install2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 466e43e4a780..807c4b0a1ee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 23 15:55:44 UTC 2017
+# Sun Jul 9 20:36:40 UTC 2017
pkgbase = cvmfs
pkgdesc = A client-server file system implemented in FUSE and developed to deliver software distributions onto virtual machines in a fast, scalable, and reliable way.
pkgver = 2.3.5
- pkgrel = 4
+ pkgrel = 5
url = http://cernvm.cern.ch/portal/filesystem
install = cvmfs.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b30f0c90c73f..2fd1f698fd80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Konstantin Gizdov < arch at kge dot pw >
pkgname=cvmfs
pkgver=2.3.5
-pkgrel=4
+pkgrel=5
pkgdesc="A client-server file system implemented in FUSE and developed to deliver software distributions onto virtual machines in a fast, scalable, and reliable way."
arch=('x86_64' 'i686')
url="http://cernvm.cern.ch/portal/filesystem"
diff --git a/cvmfs.install b/cvmfs.install
index 4cda1901c47a..5ef4db44747a 100644
--- a/cvmfs.install
+++ b/cvmfs.install
@@ -8,7 +8,7 @@ post_install() {
echo " # mkdir -p /cvmfs/domain.cern.ch"
echo " # mount -t cvmfs domain.cern.ch /cvmfs/domain.cern.ch"
echo "Alternatively, to enable auto-mounting on demand we recommend to use systemd.automount (https://wiki.archlinux.org/index.php/Fstab#Automount_with_systemd), by simply adding lines to /etc/fstab like in this example:
- echo " # echo 'atlas.cern.ch /cvmfs/atlas.cern.ch cvmfs noauto,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.idle-timeout=5min,x-systemd.device-timeout=10 0 0' >> /etc/fstab"
+ echo " # echo 'atlas.cern.ch /cvmfs/atlas.cern.ch cvmfs noauto,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.idle-timeout=5min,x-systemd.device-timeout=10,_netdev 0 0' >> /etc/fstab"
echo " Furthermore you (might?) need to add the following to /etc/fuse.conf:"
echo " # echo 'user_allow_other # added by CernVM-FS' >> /etc/fuse.conf"
echo "Alternatively, if you plan on using AutoFS (read about the problems on the cvmfs AUR page), please run:"