* reenabling the nfs boot of the root filesystem
with this config the kernelsize is really expenditure-provoked!
maybe we need some change for booting from an usb stick :-/
You need a configured dhcp and NFS Server for NFS boot of course!
dhcp.conf should looking for the nas like this:
host sa200 {
hardware ethernet 00:F1:40:FF:FF:FF;
fixed-address 192.168.136.200;
option host-name "sa200";
option root-path "/home/user/path/to/rootfs4export";
next-server 192.168.136.199; # if you use other servers for NFS
option nis-domain "local";
}
exports should basicly look like:
/home/user/path/to/rootfs4export 192.168.136.200/255.255.255.0(sync,no_subtree_check,rw,all_squash,anonuid=1000,anongid=100)