Add <%page args="..."/> to templates
This commit is contained in:
parent
52f7c5d37f
commit
f1b5c77e50
@ -1,3 +1,4 @@
|
||||
<%page args="kernels, runtime_img, basearch, libdir, inroot, outroot, product"/>
|
||||
<%
|
||||
ANABOOTDIR="usr/share/anaconda/boot"
|
||||
BOOTDIR="ppc"
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
<%page args="kernels, runtime_img, basearch, outroot"/>
|
||||
<%
|
||||
ANABOOTDIR="usr/share/anaconda/boot"
|
||||
BOOTDIR="images"
|
||||
|
@ -1,3 +1,4 @@
|
||||
<%page args="kernels, runtime_img, basearch, outroot, product"/>
|
||||
<%
|
||||
ANABOOTDIR="usr/share/anaconda/boot"
|
||||
BOOTDIR="boot"
|
||||
|
@ -1,3 +1,4 @@
|
||||
<%page args="kernels, runtime_img, basearch, outroot, product"/>
|
||||
<%
|
||||
ANABOOTDIR="usr/share/anaconda/boot"
|
||||
SYSLINUXDIR="usr/share/syslinux"
|
||||
|
Loading…
Reference in New Issue
Block a user