summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-12 10:49:59 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-12 10:49:59 +0200
commit71e8567d8a1b4ec4ce07a4dee990c317ee1681d1 (patch)
tree6e03275473a0c0d5a3bbb509e27dfaf9d6474245
parent4bd13a24f4bed7354a74b941041f12e9a80c0408 (diff)
downloadbiruda-71e8567d8a1b4ec4ce07a4dee990c317ee1681d1.tar.gz
biruda-71e8567d8a1b4ec4ce07a4dee990c317ee1681d1.tar.bz2
build_gold_example prints machine architecture too now
-rw-r--r--examples/build_gold_image/biruda.conf2
1 files changed, 1 insertions, 1 deletions
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