From 71e8567d8a1b4ec4ce07a4dee990c317ee1681d1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 12 Jun 2015 10:49:59 +0200 Subject: build_gold_example prints machine architecture too now --- examples/build_gold_image/biruda.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/build_gold_image/biruda.conf b/examples/build_gold_image/biruda.conf index ae21ef8..6171df0 100644 --- a/examples/build_gold_image/biruda.conf +++ b/examples/build_gold_image/biruda.conf @@ -34,7 +34,7 @@ worker example_run execution = direct - command = "/bin/chroot rhel6-${ARCH} /bin/bash -c '/bin/cat /etc/redhat-release'" + command = "/bin/chroot rhel6-${ARCH} /bin/bash -c '/bin/cat /etc/redhat-release && /bin/uname -m'" } webserver -- cgit v1.2.3-54-g00ecf