Lines Matching full:boot
6 Boot Configuration
14 The boot configuration expands the current kernel command line to support
21 The boot config syntax is a simple structured key-value. Each key consists
45 The boot config file syntax allows user to merge partially same word keys
63 at boot time. So you can append similar trees or key-values.
151 /proc/bootconfig is a user-space interface of the boot config.
158 Boot Kernel With a Boot Config
161 There are two options to boot the kernel with bootconfig: attaching the
164 Attaching a Boot Config to Initrd
167 Since the boot configuration file is loaded with initrd by default,
175 When the boot configuration is added to the initrd image, the total
181 get the boot configuration data.
183 update the boot loader and the kernel image itself as long as the boot
184 loader passes the correct initrd file size. If by any chance, the boot
193 To add your boot config file to initrd image, run bootconfig as below
196 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z
200 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z
205 Embedding a Boot Config into Kernel
225 Kernel parameters via Boot Config
228 In addition to the kernel command line, the boot config can be used for
274 Anyway, since bootconfig command verifies it when appending a boot config
275 to initrd image, user can notice it before boot.
285 using xbc_find_value(). If you want to know what keys exist in the boot