Lines Matching refs:initrd
170 bootconfig to the initrd image or embedding it in the kernel itself.
175 Since the boot configuration file is loaded with initrd by default,
176 it will be added to the end of the initrd (initramfs) image file with
179 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
183 When the boot configuration is added to the initrd image, the total
188 The Linux kernel decodes the last part of the initrd image in memory to
192 loader passes the correct initrd file size. If by any chance, the boot
197 to/from initrd image. You can build it by the following command::
201 To add your boot config file to initrd image, run bootconfig as below
204 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z
208 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z
211 kernel to look for the bootconfig at the end of the initrd file.
218 If you can not use initrd, you can also embed the bootconfig file in the
229 Just as when attaching the bootconfig to the initrd, you need ``bootconfig``
235 bootconfig by another bootconfig which attached to the initrd.
287 to initrd image, user can notice it before boot.