Lines Matching refs:root
1 Mounting the root filesystem via NFS (nfsroot)
12 for example, it is necessary for the root filesystem to be present on a
16 for the root filesystem. For the rest of this text 'client' means the
40 told what root fs device to use. And in the case of nfsroot, where to find
41 both the server and the name of the directory on the server to mount as root.
45 root=/dev/nfs
52 nfsroot=[<server-ip>:]<root-dir>[,<nfs-options>]
62 <root-dir> Name of the directory on the server to mount as root.
109 Only required for NFS root. That is autoconfiguration
110 will not be triggered if it is missing and NFS root is not
174 NFS mount options, server address, and root path are passed to the
183 file exists and the kernel can execute it, root filesystem related
186 A description of the process of mounting the root file system can be
209 make bzdisk FDARGS="root=/dev/nfs"
230 make isoimage FDARGS="root=/dev/nfs"
247 However, to use the 'root=' directive you also need to create
248 a dummy root device, which may be removed after LILO is run.
260 requiring a local hard disk to mount as root. This has not been