Lines Matching full:root
2 Mounting the root filesystem via NFS (nfsroot)
19 example, it is necessary for the root filesystem to be present on a non-disk
23 following text describes on how to use NFS for the root filesystem. For the rest
48 told what root fs device to use. And in the case of nfsroot, where to find
49 both the server and the name of the directory on the server to mount as root.
53 root=/dev/nfs
59 nfsroot=[<server-ip>:]<root-dir>[,<nfs-options>]
68 <root-dir> Name of the directory on the server to mount as root.
114 Only required for NFS root. That is autoconfiguration
115 will not be triggered if it is missing and NFS root is not
218 that use an NFS root filesystem.
224 root filesystem if it is on NFS).
230 NFS mount options, server address, and root path are passed to the
238 file exists and the kernel can execute it, root filesystem related
241 A description of the process of mounting the root file system can be
261 make bzdisk FDARGS="root=/dev/nfs"
284 make isoimage FDARGS="root=/dev/nfs"
303 However, to use the 'root=' directive you also need to create
304 a dummy root device, which may be removed after LILO is run.
320 requiring a local hard disk to mount as root. This has not been