1
0
mirror of synced 2026-01-20 01:25:09 +00:00

Merge commit '0f751d1'

This commit is contained in:
Axel Beckert 2010-07-15 18:17:32 +02:00
commit f115c3db60

View File

@ -106,7 +106,7 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH.
--genpass=1 Generate a random root password
--genpass-len=N
--genpass_len=N
Override the default password length of 8 and generate a
random password of length N. Note: this only works in
conjunction with --genpass
@ -1593,7 +1593,7 @@ sub parseCommandLineArguments
"pygrub", \$CONFIG{ 'pygrub' },
"passwd", \$CONFIG{ 'passwd' },
"genpass=i", \$CONFIG{ 'genpass' },
"genpass-len=i", \$CONFIG{ 'genpass_len' },
"genpass_len=i", \$CONFIG{ 'genpass_len' },
"password=s", \$CONFIG{ 'password' },
"partitions=s", \$CONFIG{ 'partitions' },
"role=s", \$CONFIG{ 'role' },