From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 1/3] ts-debian-install: Set a default root password Date: Fri, 11 Jan 2013 11:24:38 +0000 Message-ID: <1357903480-21357-1-git-send-email-ian.campbell@citrix.com> References: <1357903462.20328.35.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1357903462.20328.35.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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