Lines Matching refs:initrd
162 bootconfig to the initrd image or embedding it in the kernel itself.
167 Since the boot configuration file is loaded with initrd by default,
168 it will be added to the end of the initrd (initramfs) image file with
171 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
175 When the boot configuration is added to the initrd image, the total
180 The Linux kernel decodes the last part of the initrd image in memory to
184 loader passes the correct initrd file size. If by any chance, the boot
189 to/from initrd image. You can build it by the following command::
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
203 kernel to look for the bootconfig at the end of the initrd file.
210 If you can not use initrd, you can also embed the bootconfig file in the
221 Just as when attaching the bootconfig to the initrd, you need ``bootconfig``
227 bootconfig by another bootconfig which attached to the initrd.
279 to initrd image, user can notice it before boot.