]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
ts-debian-install: set guest password to "xenroot"
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 31 Jan 2013 17:25:35 +0000 (17:25 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 31 Jan 2013 17:25:35 +0000 (17:25 +0000)
ts-debian-install

index 2948ef667753ae631c7852388bb7bedf3db8e188..9c5193be99d9055efde86e74078dd76595204491 100755 (executable)
@@ -57,6 +57,7 @@ sub ginstall () {
             --hostname $gho->{Name} \\
             --lvm $gho->{Vg} --force \\
             --kernel $kernpath \\
+            --genpass 0 --password xenroot \\
             $initrd_opt \\
             $archarg
 END