xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: ian.jackson@citrix.com
Cc: Ian Campbell <ian.campbell@citrix.com>, xen-devel@lists.xen.org
Subject: [PATCH 1/3] ts-debian-install: Set a default root password
Date: Fri, 11 Jan 2013 11:24:38 +0000	[thread overview]
Message-ID: <1357903480-21357-1-git-send-email-ian.campbell@citrix.com> (raw)
In-Reply-To: <1357903462.20328.35.camel@zakaz.uk.xensource.com>

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

  reply	other threads:[~2013-01-11 11:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-11 11:24 [PATCH 0/3] osstest: minor fixlets for standalone mode Ian Campbell
2013-01-11 11:24 ` Ian Campbell [this message]
2013-01-11 11:24 ` [PATCH 2/3] OssTest: Debian: Wheezy compatible preseed Ian Campbell
2013-01-11 11:24 ` [PATCH 3/3] ts-host-install/Debian: improvements for standalone mode Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1357903480-21357-1-git-send-email-ian.campbell@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=ian.jackson@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).