diskimage-builder/elements/grub2
Jane.zhang 7eb70becd3 Fix grub-efi-amd64-signed install failure
When build ubuntu iso image, it will install grub-efi-amd64-signed
and grub-efi-amd64 packages. Both of the postinst script will try
to find root device and install grub which will definitely fail in
such a chroot environment.
So the workaround is to skip error and remove postinst script.
And confirm the package be installed successfully at last.

Change-Id: Ie0aecb212b22362046db55b5ad8c64c3211c28e5
Closes-Bug: #1491280
Co-Authored-By: Jane.zhang <jian.zhang8@hpe.com>
2015-12-01 23:53:35 -08:00
..
install.d Fix grub-efi-amd64-signed install failure 2015-12-01 23:53:35 -08:00
post-install.d Add grub2 element 2015-06-02 05:35:03 +00:00
package-installs.yaml Add grub2 element 2015-06-02 05:35:03 +00:00
pkg-map Fix grub-efi-amd64-signed install failure 2015-12-01 23:53:35 -08:00
README.rst Add grub2 element 2015-06-02 05:35:03 +00:00

=====
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).