add kernel param to actually boot ppc64le

This commit is contained in:
Neil Hanlon 2022-12-19 20:22:49 -05:00
parent facc5a0ab9
commit 13daeeb975
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
<icicle> <icicle>
<extra_command>rpm -qa --qf '%{NAME},%{VERSION},%{RELEASE},%{ARCH},%{EPOCH},%{SIZE},%{SIGMD5},%{BUILDTIME}\n'</extra_command> <extra_command>rpm -qa --qf '%{NAME},%{VERSION},%{RELEASE},%{ARCH},%{EPOCH},%{SIZE},%{SIGMD5},%{BUILDTIME}\n'</extra_command>
</icicle> </icicle>
{%- if architecture == 'ppc64le' -%}
<kernelparam>ip=::::::dhcp:1450</kernelparam>
{%- endif -%}
</os> </os>
<description>Rocky-{{major}}-{{type}}-{{version_variant}}.{{iso8601date}}.{{release}}.{{architecture}} Generated on {{utcnow}}</description> <description>Rocky-{{major}}-{{type}}-{{version_variant}}.{{iso8601date}}.{{release}}.{{architecture}} Generated on {{utcnow}}</description>
<disk> <disk>