lorax/tests/pylorax/templates/installimg-cmd.tmpl
Brian C. Lane a4783ba29f 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
2018-10-29 13:55:19 -07:00

7 lines
174 B
Cheetah

<%page />
mkdir /product
append /product/a-file "TEXT INSIDE A FILE"
mkdir /images
installimg /product images/product.img
installimg --gzip -3 /product images/product.img.gz