commit | ce59d643f5d7771be25e285da1efc6372847b9d1 | [log] [tgz] |
---|---|---|
author | Renuka Apte <renuka.apte@citrix.com> | Thu Feb 02 16:09:23 2012 -0800 |
committer | Renuka Apte <renuka.apte@citrix.com> | Tue Feb 14 15:30:34 2012 -0800 |
tree | ad88eb7c6d0cac501925d20b318cf94aecdc4cbb | |
parent | b115341253b30fd51b5ac2fa763c701737eaae6c [diff] [blame] |
Add logging for prepare_guest Change-Id: I2dc31acb56ee64c0c69e614a2fc96ae6b31b2ffa
diff --git a/tools/xen/prepare_guest.sh b/tools/xen/prepare_guest.sh index 2f19b9d..77ce54a 100644 --- a/tools/xen/prepare_guest.sh +++ b/tools/xen/prepare_guest.sh
@@ -1,5 +1,7 @@ #!/bin/bash +set -x + # Configurable nuggets GUEST_PASSWORD=${GUEST_PASSWORD:-secrete} STAGING_DIR=${STAGING_DIR:-stage}