Lines Matching refs:bootconfig
82 without parsing the default bootconfig.
117 In the program (and /proc/bootconfig), it will be shown as below::
148 /proc/bootconfig
151 /proc/bootconfig is a user-space interface of the boot config.
165 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
171 (``\0``) will be added. Thus the ``size`` is the length of the bootconfig
179 loader passes a longer size, the kernel feils to find the bootconfig data.
181 To do this operation, Linux kernel provides "bootconfig" command under
182 tools/bootconfig, which allows admin to apply or delete the config file
185 # make -C tools/bootconfig
187 To add your boot config file to initrd image, run bootconfig as below
190 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z
194 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z
196 Then add "bootconfig" on the normal kernel command line to tell the
197 kernel to look for the bootconfig at the end of the initrd file.
212 Anyway, since bootconfig command verifies it when appending a boot config
259 .. kernel-doc:: include/linux/bootconfig.h
260 .. kernel-doc:: lib/bootconfig.c