Lines Matching refs:bootconfig
82 without parsing the default bootconfig.
126 /proc/bootconfig
129 /proc/bootconfig is a user-space interface of the boot config.
143 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
149 (``\0``) will be added. Thus the ``size`` is the length of the bootconfig
157 loader passes a longer size, the kernel feils to find the bootconfig data.
159 To do this operation, Linux kernel provides "bootconfig" command under
160 tools/bootconfig, which allows admin to apply or delete the config file
163 # make -C tools/bootconfig
165 To add your boot config file to initrd image, run bootconfig as below
168 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z
172 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z
174 Then add "bootconfig" on the normal kernel command line to tell the
175 kernel to look for the bootconfig at the end of the initrd file.
190 Anyway, since bootconfig command verifies it when appending a boot config
237 .. kernel-doc:: include/linux/bootconfig.h
238 .. kernel-doc:: lib/bootconfig.c