I cannot mount NFS file system from "/etc/fstab" at system startup, after started if I run "sudo mount -a" it is mounted without problems. So how do I mount it from the beginning without user intervention?
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=1682-FF16 /boot vfat umask=0077 0 2
UUID=a90cc90e-8963-4747-a6ca-298121c9e27c / xfs defaults,noatime,discard 0 1
UUID=ed75cf62-a514-4911-a863-02ce686fb7b5 /home xfs defaults,noatime,discard 0 2
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
#192.168.88.253:/ /home/tati/almazen nfs auto,noatime,nolock,bg,nfsvers=4,intr,tcp,actimeo=1800 0 0
192.168.88.253:/almazen4t-descargas /home/tati/almazen nfs rw,hard,intr 0 0