Lines Matching refs:initrd
139 Since the boot configuration file is loaded with initrd, it will be added
140 to the end of the initrd (initramfs) image file with padding, size,
143 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
147 When the boot configuration is added to the initrd image, the total
152 The Linux kernel decodes the last part of the initrd image in memory to
156 loader passes the correct initrd file size. If by any chance, the boot
161 to/from initrd image. You can build it by the following command::
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
175 kernel to look for the bootconfig at the end of the initrd file.
191 to initrd image, user can notice it before boot.