commit | a693655cac465bb80c79a586cd78d830199f3399 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Oct 26 23:29:59 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Oct 26 23:29:59 2011 -0700 |
tree | a4a226b247f3e17b40137cb32a64602ba85ac21f | |
parent | 876e4b9a700c9a932227b391063d09bacc9bbdc9 [diff] |
use GUEST_PASSWORD instead of PASSWORD
diff --git a/tools/xen/build_domU.sh b/tools/xen/build_domU.sh index 24209c5..e91108b 100755 --- a/tools/xen/build_domU.sh +++ b/tools/xen/build_domU.sh
@@ -35,7 +35,7 @@ MGT_VLAN=${MGT_VLAN:-101} # VM Password -PASSWORD=${PASSWORD:-secrete} +GUEST_PASSWORD=${GUEST_PASSWORD:-secrete} # Size of image VDI_MB=${VDI_MB:-2500}