Lines Matching +full:kernel +full:- +full:parameters
8 2) Kernel Command Line Parameters
14 -----------
18 in order to access the root filesystem (see Documentation/admin-guide/initrd.rst). It can
29 and (re)build the kernel.
40 2) Parameters
41 ---------------------------------
43 2a) Kernel Command Line Parameters
51 2b) Module parameters
63 ---------------
66 to set the boot device in a Linux kernel image.
69 kernel command line and pass it to the kernel from the bootloader.
71 You can also pass arguments to the kernel by setting FDARGS in
75 Some of the kernel command line boot options that may apply here are::
85 -----------------------------------------------
106 mke2fs -vm0 /dev/ram0 2048
115 dd if=/dev/ram0 bs=1k count=2048 | gzip -v9 > /tmp/ram_image.gz
117 e) Put the kernel onto the floppy::
121 f) Put the RAM disk image onto the floppy, after the kernel. Use an offset
122 that is slightly larger than the kernel, so that you can put another
123 (possibly larger) kernel onto the same floppy later without overlapping
131 FDARGS and FDINITRD or that you use a bootloader to pass kernel
132 command line boot options to the kernel.
141 ----------
143 SEPT-2020 :
147 10-22-04 :
152 12-95 :