[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1/3] ts-debian-install: Set a default root password
Without this xen-create-image will generate a random password (and print it in the logs) but for standalone use this is more convenient. --- ts-debian-install | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-debian-install b/ts-debian-install index 2948ef6..9c5193b 100755 --- a/ts-debian-install +++ b/ts-debian-install @@ -57,6 +57,7 @@ sub ginstall () { --hostname $gho->{Name} \\ --lvm $gho->{Vg} --force \\ --kernel $kernpath \\ + --genpass 0 --password xenroot \\ $initrd_opt \\ $archarg END -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |