From 511deeaea9817e42a6c9d899b6c4ff4b9df7fe1c Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 26 May 2011 13:05:33 -0400 Subject: [PATCH] fix <%page args=""/> syntax error --- share/runtime-cleanup.tmpl | 2 +- share/runtime-install.tmpl | 2 +- share/runtime-postinstall.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index 26c541f0..d8d6de8a 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, arch, product, root"/> ## remove_locales() %for locale in removelocales: diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index bbce5a0f..d969526c 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -1,5 +1,5 @@ ## lorax template file: populate the ramdisk (runtime image) -<%page args="basearch product"/> +<%page args="basearch, product"/> ## anaconda package installpkg anaconda diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 195c96a3..4befed7e 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -1,4 +1,4 @@ -<%page args="root arch configdir"/> +<%page args="root, arch, configdir"/> <% KEYMAP_OVERRIDE = "usr/share/anaconda/keymaps-override-%s" % arch.basearch SCREENFONT = "usr/share/anaconda/screenfont-%s.gz" % arch.basearch