kernel-arguments_for_nfs

Hi,

am porting freebsd kernel image to s3c2410 board.
i built the kernel image in freebsd system and trying to port from linux machine through nfs its giving
Code:
ROOT MOUNT ERROR:
Is there anything need to set before building kernel image
 
You're most likely missing this in your kernel config:
Code:
options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
 
Mount_error

after enabling NFSROOT am getting the same error:
is it possible to port kernel and mounting root file system from LINUX machine
 
Back
Top