Properly document that genpass=1 is now default
This commit is contained in:
parent
1df7642e77
commit
ab8ee902eb
@ -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
9
debian/NEWS
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
#
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user