(1)内核配置
  取消选项 General setup-->Initial RAM filesystem and RAM disk (initramfs/initrd) support
  进入File system-->Network File systems-->Root file system on NFS 选中
(2)启动参数配置
  setenv bootargs noinitrd console=ttySAC0,115200 init=/init root=/dev/nfs rw
    nfsroot=192.168.2.103:/root/wksp/rootfs
    ip=192.168.2.106:192.168.2.103:192.168.2.1:255.255.255.0::eth0:off

相关文章:

  • 2021-07-30
  • 2022-01-13
  • 2021-05-26
  • 2021-10-15
  • 2021-06-16
  • 2021-11-20
  • 2021-06-09
  • 2021-09-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2021-12-14
  • 2021-10-14
  • 2021-12-01
  • 2021-06-19
相关资源
相似解决方案