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:
parent
6baeaa1d82
commit
99f04ef90d
@ -693,6 +693,7 @@ outputs:
|
|||||||
with_items:
|
with_items:
|
||||||
- httpboot
|
- httpboot
|
||||||
- tftpboot
|
- tftpboot
|
||||||
|
- tftpboot/ppc64le
|
||||||
- images
|
- images
|
||||||
upgrade_tasks: []
|
upgrade_tasks: []
|
||||||
external_upgrade_tasks:
|
external_upgrade_tasks:
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user