Remove diagnostic product.img test (#1165425)

Yeah. Pushed my test template on accident. Sorry about that.
This commit is contained in:
Brian C. Lane 2014-11-18 15:15:54 -08:00
parent c3d23a7536
commit 5a42ab73a5

View File

@ -119,7 +119,4 @@ append etc/lvm/lvm.conf "global {\n\tuse_lvmetad = 1\n}\n"
## Record the package versions used to create the image
runcmd chroot ${root} /bin/rpm -qa --pipe "tee /root/lorax-packages.log"
mkdir usr/share/lorax/product/run/install/product/pyanaconda/installclasses/
append usr/share/lorax/product/run/install/product/pyanaconda/installclasses/custom.py "import logging\nlog = logging.getLogger('anaconda')\nlog.info('bcl was here')\n"
## TODO: we could run prelink here if we wanted?