Create the tftpboot ppc64le folder

The firmware loader built into power hardware requires the ppc64le
folder within the tftpboot folders for assets to be located and
utilized for boot operations. If not pre-existing, this folder has
to be manually created, which is unfriendly to use and can create
confusion easily.

Related: rhbz#1984448
Change-Id: Ib6f345d01c27c870bb4211a5aa69a0f22d2dddb0
This commit is contained in:
Julia Kreger 2021-08-19 09:48:08 -07:00
parent 6baeaa1d82
commit 99f04ef90d
2 changed files with 8 additions and 0 deletions

View File

@ -693,6 +693,7 @@ outputs:
with_items:
- httpboot
- tftpboot
- tftpboot/ppc64le
- images
upgrade_tasks: []
external_upgrade_tasks:

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Fixes issues with PPC64le hardware utilization where documented steps require
a ``/tftpboot/ppc64le`` folder to exist for artifacts to be placed as it is
required path for the firmware loader in order to boot the kernel and
ramdisk. The folder is now automatically created for the container.