diff --git a/share/ppc.tmpl b/share/ppc.tmpl index 7ae98fd3..985c8c61 100644 --- a/share/ppc.tmpl +++ b/share/ppc.tmpl @@ -1,3 +1,4 @@ +<%page args="kernels, runtime_img, basearch, libdir, inroot, outroot, product"/> <% ANABOOTDIR="usr/share/anaconda/boot" BOOTDIR="ppc" diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index abd9f0ba..5a86c264 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -1,5 +1,5 @@ ## lorax template file: cleanup for the ramdisk (runtime image) -<%page args="removelocales, libdir, arch, product, root"/> +<%page args="removelocales, libdir, product, root"/> ## remove_locales() %for locale in removelocales: diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index a1313502..c74df49f 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -1,4 +1,4 @@ -<%page args="root, arch, configdir"/> +<%page args="root, basearch, libdir, configdir"/> <% KEYMAP_OVERRIDE = "usr/share/anaconda/keymaps-override-%s" % arch.basearch SCREENFONT = "usr/share/anaconda/screenfont-%s.gz" % arch.basearch diff --git a/share/s390.tmpl b/share/s390.tmpl index e19938a9..55c96738 100644 --- a/share/s390.tmpl +++ b/share/s390.tmpl @@ -1,3 +1,4 @@ +<%page args="kernels, runtime_img, basearch, outroot"/> <% ANABOOTDIR="usr/share/anaconda/boot" BOOTDIR="images" diff --git a/share/sparc.tmpl b/share/sparc.tmpl index 66b7d84a..5fc3b012 100644 --- a/share/sparc.tmpl +++ b/share/sparc.tmpl @@ -1,3 +1,4 @@ +<%page args="kernels, runtime_img, basearch, outroot, product"/> <% ANABOOTDIR="usr/share/anaconda/boot" BOOTDIR="boot" diff --git a/share/x86.tmpl b/share/x86.tmpl index 0f14a45e..1142b682 100644 --- a/share/x86.tmpl +++ b/share/x86.tmpl @@ -1,3 +1,4 @@ +<%page args="kernels, runtime_img, basearch, outroot, product"/> <% ANABOOTDIR="usr/share/anaconda/boot" SYSLINUXDIR="usr/share/syslinux"