lorax/tests/pylorax/templates/createaddrsize-cmd.tmpl
Brian C. Lane 1006af4232 Add tests for ltmpl.py
This covers things like installing globbed package names from multiple
repos, pinned package versions, and ltmpl functions

Related: rhbz#1548586
(cherry picked from commit a4783ba29f)
2018-10-29 14:49:49 -07:00

7 lines
179 B
Cheetah

<%page args="root" />
<%
INITRD_ADDRESS="0x02000000"
%>
append /initrd.img "I AM AN INITRD. TRUST ME!"
createaddrsize ${INITRD_ADDRESS} ${root}/initrd.img ${root}/initrd.addrsize