Source: linux kernel documentation
Main points:
Main points:
- Need:
to use a diskless system, such as an X-terminal or printer server
for example, it is necessary for the root filesystem to be present on a
non-disk device.How to use NFS for the root filesystem
'client' = diskless system (in my case, the onboard target), 'server' = NFS server (the build server)
Enabling nfsroot capabilities
- In order to use nfsroot, select NFS client support as built-in during configuration.
- Once this has been selected, the nfsroot option will become available.Select the nfsroot option.
- Tip:
In the networking options, kernel level autoconfiguration can be selected, along with the types of autoconfiguration to support.
Selecting all of DHCP, BOOTP and RARP is safe :) Kernel command line
- TODO
Boot Loader