Lines Matching full:config
16 This allows administrators to pass a structured-Key config file.
18 Config File Syntax
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
93 For example, following config is allowed.::
125 The config syntax accepts shell-script style comments. The comments starting
142 ``;``). This means following config has a syntax error ::
151 /proc/bootconfig is a user-space interface of the boot config.
158 Boot Kernel With a Boot Config
182 tools/bootconfig, which allows admin to apply or delete the config file
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
192 To remove the config from the image, you can use -d option as below::
199 Config File Limitation
202 Currently the maximum config size size is 32KB and the total key-words (not
207 contain 256 key-value pairs. In most cases, the number of config items
212 Anyway, since bootconfig command verifies it when appending a boot config
224 config, you can use xbc_for_each_key_value() to iterate key-value pairs.
252 Locking is not needed, since after initialization, the config becomes