commit | 40b5737c4d00c0ba45989e98fb36dff102ffad4a | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Sat Nov 05 00:30:07 2011 -0500 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Sat Nov 05 00:30:07 2011 -0500 |
tree | 273ece59017f0f0a77d49d8db7a743f4103bc544 | |
parent | 346e49131b40d3dc492ce2ad193a3e316839631e [diff] [blame] |
fix comment
diff --git a/tools/xen/build_domU.sh b/tools/xen/build_domU.sh index 9804255..6362849 100755 --- a/tools/xen/build_domU.sh +++ b/tools/xen/build_domU.sh
@@ -230,7 +230,7 @@ # Shutdown previous runs DO_SHUTDOWN=${DO_SHUTDOWN:-1} if [ "$DO_SHUTDOWN" = "1" ]; then - # Uninstall previous runs + # Shutdown all domU's that created previously xe vm-list --minimal name-label="$LABEL" | xargs ./scripts/uninstall-os-vpx.sh # Destroy any instances that were launched