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
172 This parameter enables debugging messages to appear in the kernel
183 file exists and the kernel can execute it, root filesystem related
184 kernel command line parameters, including `nfsroot=', are ignored.
197 To get the kernel into memory different approaches can be used.
206 FDARGS parameter which can be used to set the kernel command line.
217 N.B: Previously it was possible to write a kernel directly to
227 parameter which can be used to set the kernel command line.
255 When using GRUB, kernel parameter are simply appended after the kernel
256 specification: kernel <kernel> <parameters>
262 it should be possible configure the kernel command line similarly
269 With a boot ROM the kernel is loaded using the TFTP protocol. The
280 When using pxelinux, the kernel image is specified using
281 "kernel <relative-path-below /tftpboot>". The nfsroot parameters
282 are passed to the kernel by adding them to the "append" line.
295 The nfsroot code in the kernel and the RARP support have been written