From 0c509983752b0e1f99618dd100ebe75f53be69aa Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 17 Jul 2015 14:30:00 -0400 Subject: [PATCH] atomic.sysconfig: leave default TOOLSIMG undefined We leave it up to each distro to configure the TOOLSIMG to be used. --- atomic.sysconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomic.sysconfig b/atomic.sysconfig index 7685344..8926e1c 100644 --- a/atomic.sysconfig +++ b/atomic.sysconfig @@ -1,5 +1,5 @@ # Specify the tools package to be used for missing commands # A missing command on an atomic host platform will execute -# atomic run --spc ${TOOLSIMG} COMMAND +# atomic run ${TOOLSIMG} COMMAND # If the TOOLSIMG is defined -# export TOOLSIMG=rhel7/rhel-tools +# export TOOLSIMG=