Ok, I have a Sheevaplug and installed Fedora 12 with Kernel 2.6.36, I have a My Book World Edition 1, with shares like
http://www.netbsd.org/docs/network/netboot/nfs.html#linux explains, I laso know about /etc/exports overwrite on reboot, so I found a script on the web to set'em again on startup.
/export/client/root *(rw,sync,no_root_squash)
/export/client/swap *(rw,sync,no_root_squash)
/export/client/usr *(rw,sync,root_squash)
/export/client/home *(rw,sync,root_squash)
I can export them with another linux PC, so NFS server is working.
What are the options to boot to NFS? I have try several things but to no avail.
I have attached the original environment, I read that you need to modify only three variables, ipaddr, serverip and rootpath but nothing happens!
Should I persist on with that, or just let the flash run and mount the shares once the system is up and running?