Lines Matching refs:kernel

6 Updated 2006 by Nico Schottelius <nico-kernel-nfsroot@schottelius.org>
29 In the networking options, kernel level autoconfiguration can be selected,
39 When the kernel has been loaded by a boot loader (see below) it needs to be
42 This can be established using the following kernel command line parameters:
48 real device but just a synonym to tell the kernel to use NFS instead of
84 This parameter tells the kernel how to configure IP addresses of devices
90 If this parameter is missing from the kernel command line, all fields are
92 this means that the kernel tries to configure everything using
147 into the kernel will be used, regardless of the value of
152 on or any: use any protocol available in the kernel
175 This parameter enables debugging messages to appear in the kernel
186 file exists and the kernel can execute it, root filesystem related
187 kernel command line parameters, including `nfsroot=', are ignored.
200 To get the kernel into memory different approaches can be used.
209 FDARGS parameter which can be used to set the kernel command line.
220 N.B: Previously it was possible to write a kernel directly to
230 parameter which can be used to set the kernel command line.
258 When using GRUB, kernel parameter are simply appended after the kernel
259 specification: kernel <kernel> <parameters>
265 it should be possible configure the kernel command line similarly
272 With a boot ROM the kernel is loaded using the TFTP protocol. The
283 When using pxelinux, the kernel image is specified using
284 "kernel <relative-path-below /tftpboot>". The nfsroot parameters
285 are passed to the kernel by adding them to the "append" line.
298 The nfsroot code in the kernel and the RARP support have been written