Commit d1ebd7a0 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: show commands run in guests

parent 53932182
......@@ -49,6 +49,7 @@ class NodeConfig(object):
def prepare_pre_cp(self):
return [
'set -x',
'export HOME=/root',
'export LANG=en_US',
'export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:' + \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment