Add <%page args="..."/> to templates

This commit is contained in:
Will Woods 2011-07-25 19:39:48 -04:00
parent 52f7c5d37f
commit f1b5c77e50
6 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,4 @@
<%page args="kernels, runtime_img, basearch, libdir, inroot, outroot, product"/>
<%
ANABOOTDIR="usr/share/anaconda/boot"
BOOTDIR="ppc"

View File

@ -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:

View File

@ -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

View File

@ -1,3 +1,4 @@
<%page args="kernels, runtime_img, basearch, outroot"/>
<%
ANABOOTDIR="usr/share/anaconda/boot"
BOOTDIR="images"

View File

@ -1,3 +1,4 @@
<%page args="kernels, runtime_img, basearch, outroot, product"/>
<%
ANABOOTDIR="usr/share/anaconda/boot"
BOOTDIR="boot"

View File

@ -1,3 +1,4 @@
<%page args="kernels, runtime_img, basearch, outroot, product"/>
<%
ANABOOTDIR="usr/share/anaconda/boot"
SYSLINUXDIR="usr/share/syslinux"