-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.19
-
None
-
False
-
-
Release Note Not Required
-
In Progress
Description of problem:
While generating pxe artifacts for ABI for Day1, we get generic.ins with below entries. # cat generic.ins * minimal lpar ins file images/kernel.img 0x00000000 images/initrd.img 0x02000000 images/genericdvd.prm 0x00010480 images/initrd.addrsize 0x00010408 but from 4.19 kernel.img is changed to vmlinuz. This has to be updated in generic.ins aswell.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Create pxe artifacts for ABI 2. Creck the file names in generic.ins under boot-artifacts folder 3.
Actual results:
kernel image name is getting pupulated as kernel.img
Expected results:
Kernel image name should be mapped as vmlinuz
Additional info: