1
0
mirror of synced 2026-01-21 17:55:25 +00:00

Properly document that genpass=1 is now default

This commit is contained in:
Axel Beckert 2010-08-03 16:16:24 +02:00
parent 1df7642e77
commit ab8ee902eb
3 changed files with 12 additions and 3 deletions

View File

@ -104,7 +104,7 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH.
fs, size, swap and noswap are ignored when using this
option.
--genpass=1 Generate a random root password
--genpass=1 Generate a random root password (default, set to 0 to turn off)
--genpass_len=N
Override the default password length of 8 and generate a

9
debian/NEWS vendored
View File

@ -1,3 +1,12 @@
xen-tools (4.2~rc1-1) unstable; urgency=low
By default, xen-create-image now generates a random root password and
displays it as plain text at the end of the DomU generation process.
Use --genpass=0 and --passwd=1 to interactively set a root password
without the password being displayed.
-- Axel Beckert <abe@debian.org> Tue, 03 Aug 2010 16:14:42 +0200
xen-tools (4.2~beta1-1) unstable; urgency=low
If the DomU hangs with "Waiting for root file system" despite

View File

@ -205,10 +205,10 @@ image = sparse # Specify sparse vs. full disk images.
#
#
# Uncomment the following line if you wish to generate a new root
# Uncomment the following line if you wish not to generate a new root
# password for the new guest.
#
# genpass = 1
# genpass = 0
#
#