diff --git a/80-rhel/aarch64.tmpl b/80-rhel/aarch64.tmpl index 14099d6..3f301a7 100644 --- a/80-rhel/aarch64.tmpl +++ b/80-rhel/aarch64.tmpl @@ -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" diff --git a/80-rhel/ppc64le.tmpl b/80-rhel/ppc64le.tmpl index 802ba9d..6d93370 100644 --- a/80-rhel/ppc64le.tmpl +++ b/80-rhel/ppc64le.tmpl @@ -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" diff --git a/80-rhel/s390.tmpl b/80-rhel/s390.tmpl index a2e9dd4..c664fcc 100644 --- a/80-rhel/s390.tmpl +++ b/80-rhel/s390.tmpl @@ -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" diff --git a/80-rhel/x86.tmpl b/80-rhel/x86.tmpl index 3945ce4..0100832 100644 --- a/80-rhel/x86.tmpl +++ b/80-rhel/x86.tmpl @@ -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"