Lines Matching refs:initrd
161 Since the boot configuration file is loaded with initrd, it will be added
162 to the end of the initrd (initramfs) image file with padding, size,
165 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
169 When the boot configuration is added to the initrd image, the total
174 The Linux kernel decodes the last part of the initrd image in memory to
178 loader passes the correct initrd file size. If by any chance, the boot
183 to/from initrd image. You can build it by the following command::
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
194 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z
197 kernel to look for the bootconfig at the end of the initrd file.
250 to initrd image, user can notice it before boot.