2008-06-03 06:28:45 nfs as rootfs
Yi Li (CHINA)
Message: 56617
Question from customer:
In doc: http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:nfs
It says:
"If you wish to use NFS as your root filesystem, you will also need these settings:
Networking --->
Networking options --->
[*] TCP/IP networking
[*] IP: kernel level autoconfiguration
File systems --->
Network File Systems --->
[*] Root file system on NFS
[*] Support for rpcbind versions 3 & 4"
But cannot find the option "[*] Root file system on NFS" in 2008R1 release. Is the document obsolete?
QuoteReplyEditDelete
2008-06-03 10:23:23 Re: nfs as rootfs
Mike Frysinger (UNITED STATES)
Message: 56628
the documentation is not out of date ... the option will only show up if you've properly selected other options
QuoteReplyEditDelete
2008-06-03 23:40:21 Re: nfs as rootfs
Yi Li (CHINA)
Message: 56656
Ok now, CONFIG_NFS_FS need to be buillt-in, instead of building as a module. Thanks.