Contains the list of client entries that diskless clients use for booting.
The /etc/bootparams file for Network File System (NFS) contains a list of client entries that diskless clients use for booting. The first item of each entry is the name of the diskless client. Each entry should contain the following information:
Items are separated by tab characters.
myclient root=myserver:/nfsroot/myclient \
swap=myserver:/nfsswar/myclient \
dump=myserver:/nfsdump/myclient
Item | Description |
---|---|
/etc/bootparams | Specifies the path of the bootparams file. |