Use the same page args in all the per-arch templates

This updates the page args to be consistent across the per-arch
templates.

Resolves: RHEL-54535
This commit is contained in:
Brian C. Lane 2024-08-15 14:59:54 -07:00
parent 868e455f7e
commit 283f11f3e8
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<%page args="kernels, runtime_img, basearch, inroot, outroot, product, isolabel"/>
<%page args="kernels, runtime_img, runtime_base, basearch, libdir, inroot, outroot, product, isolabel"/>
<%
configdir="tmp/config_files/aarch64"
PXEBOOTDIR="images/pxeboot"

View File

@ -1,4 +1,4 @@
<%page args="kernels, runtime_img, basearch, libdir, inroot, outroot, product, isolabel"/>
<%page args="kernels, runtime_img, runtime_base, basearch, libdir, inroot, outroot, product, isolabel"/>
<%
configdir="tmp/config_files/ppc"
BOOTDIR="ppc"

View File

@ -1,4 +1,4 @@
<%page args="kernels, runtime_img, runtime_base, basearch, inroot, outroot, product, isolabel"/>
<%page args="kernels, runtime_img, runtime_base, basearch, libdir, inroot, outroot, product, isolabel"/>
<%
configdir="tmp/config_files/s390"
BOOTDIR="images"

View File

@ -1,4 +1,4 @@
<%page args="kernels, runtime_img, runtime_base, basearch, inroot, outroot, product, isolabel"/>
<%page args="kernels, runtime_img, runtime_base, basearch, libdir, inroot, outroot, product, isolabel"/>
<%
configdir="tmp/config_files/x86"
PXEBOOTDIR="images/pxeboot"