使用nfs挂载根文件系统
里的大部分内容参考了网上的一篇文章,原作者不详,当然也有我遇到的问题。1、启动参数(针对uboot)setenv bootargs noinitrd init=/linuxrc console=ttySAC0 root=/dev/nfs nfsroot=192.168.10.124:/home/408/nfs/rootfs ip=192.168.10.125:192.168.10.124:192.168.10.1:255.255.255.0::eth0:o...