1b9520e955
This patch is adds a new grub2 element that installs the grub2 bootloader on the image so it can work with Ironic's local boot support. This patch also modifies the iso element which was installing same grub2. It removes the grub2 installation from iso element and makes it dependent on grub2 element. Co-Authored-By: Ramakrishnan G <rameshg87@gmail.com> Change-Id: I37bcf2c525708d1e2e0f95cf5874a279f76861f7
8 lines
296 B
ReStructuredText
8 lines
296 B
ReStructuredText
=====
|
|
grub2
|
|
=====
|
|
This image installs grub2 bootloader on the image, that's necessary for
|
|
the local boot feature in Ironic to work. This is being made a separated
|
|
element because usually images have grub2 removed for space reasons and
|
|
also because they are going to boot from network (PXE boot).
|