From 9f517cb4c329e4e11ba46e40d435987b3cc6418c Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 15 Jul 2010 18:18:52 +0200 Subject: [PATCH] Re-add --genpass-len for backwards compatibility --- bin/xen-create-image | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/xen-create-image b/bin/xen-create-image index 2d703cd..65405ef 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -1593,6 +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' },