fix fstab
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 21 Mar 2025 17:40:15 +0000 (18:40 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 21 Mar 2025 17:40:15 +0000 (18:40 +0100)
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I1d37d3b9acbb8aa5fc76a72573926097125795fd

packer/provision/basebuild.sh

index 62c6077..8c10f89 100644 (file)
@@ -10,7 +10,7 @@ cat <<EOFSTAB >> /etc/fstab
 # tmp should be tmpfs so gcc tmpfiles do not hit the disk
 none /tmp tmpfs defaults 0 0
 
-10.30.73.73:/srv/tank /mnt/tank nfs4 auto,x-systemd.automount,async,rsize=8192,wsize=8192,sec=sys,intr 0 0
+10.30.73.73:/srv/tank /mnt/tank nfs auto,async,rsize=8192,wsize=8192,sec=sys,intr 0 0
 
 EOFSTAB