From 5a42ab73a5f6873444944c54d80f247725c68a49 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 18 Nov 2014 15:15:54 -0800 Subject: [PATCH] Remove diagnostic product.img test (#1165425) Yeah. Pushed my test template on accident. Sorry about that. --- share/runtime-postinstall.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 5bf98f69..217cca68 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -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?