Lev Serebryakov wrote: > Hello, Freebsd-current. > > I've built NanoBSD image for my router based on latest HEAD sources. > Image contains minimal set of kernel modules and custom kernel with > NFSCLIENT option. > Router mounts "/usr/home" via NFS with this "/etc/fstab" line: > > 192.168.134.2:/usr/home /usr/home nfs > rw,late,soft,intr,bg,wsize=65536,rsize=65536,tcp 0 0 > > And I've been very surprised when boot failed because it cannot find > "nfscl" module. > See UPDATING (in head) date 20110427. > Yes, I know, that now here are TWO versions of in-kernel NFS > clients. But, IMHO, it is POLA violation not to boot with valid > configuration from previous version. > I'll admit I don't even know what the acronym POLA stands for, but it was my understanding that this change was ok for a major new release. Anyhow, the new client (kernel "options NFSCL") is now the one called "nfs". If you want to use the old client (options NFSCLIENT), the file system type is called "oldnfs". > -- > // Black Lion AKA Lev Serebryakov <lev_at_FreeBSD.org> > > _______________________________________________ > freebsd-current_at_freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe_at_freebsd.org"Received on Wed Sep 07 2011 - 19:13:38 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:17 UTC