Add folder
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 21 Mar 2025 16:26:38 +0000 (17:26 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 21 Mar 2025 16:26:38 +0000 (17:26 +0100)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I710c69e7a09ab239458a881ba65de78476c9262c

packer/provision/basebuild.sh

index 18e6e1d..62c6077 100644 (file)
@@ -10,6 +10,8 @@ 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 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
 
 EOFSTAB
+
+mkdir -p /srv/tank
\ No newline at end of file