build.conf
...
package netfiles
module autofs4 # Automount and autofs support
module ext4 # Ext4 file system support
module nfs # NFS file system support
module cifs # CIFS support (use either this or smbfs - not both)
...
thinstation.conf.buildtime
NET_NFS_SERVER="10.10.4.1:/home/thinstation"
BUT! when i deleted "lsmod | grep nfs &&" in
thinstation/ts/5.1/packages/netfiles/etc/init.d/filesystem_network
all work's fine
build.conf ... package netfiles module autofs4 # Automount and autofs support module ext4 # Ext4 file system support module nfs # NFS file system support module cifs # CIFS support (use either this or smbfs - not both) ... thinstation.conf.buildtime NET_NFS_SERVER="10.10.4.1:/home/thinstation"
BUT! when i deleted "lsmod | grep nfs &&" in thinstation/ts/5.1/packages/netfiles/etc/init.d/filesystem_network all work's fine