clearcontainers / osbuilder

Clear Containers guest OS building scripts
20 stars 12 forks source link

Add debug mode. #13

Closed jcvenegas closed 6 years ago

jcvenegas commented 6 years ago

Today osbuilder scripts use set -x option to print bash traces. This make osbuilder scripts very verbose.

While it is helpful to debug osbuilder scripts this should be optional.

We can check for a environment variable to enable or disable it.