99f04ef90d
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
8 lines
325 B
YAML
8 lines
325 B
YAML
---
|
|
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.
|