diff --git a/bin/xen-create-image b/bin/xen-create-image index 6e0eaf8..c19df2b 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -1552,6 +1552,9 @@ sub parseCommandLineArguments # Hosts options "nohosts", \$CONFIG{ 'nohosts' }, "copyhosts", \$CONFIG{ 'copyhosts' }, + # Deprecated legacy options for backwards compatibility + "no-hosts", \$CONFIG{ 'nohosts' }, + "copy-hosts", \$CONFIG{ 'copyhosts' }, # Networking options "dhcp", \$CONFIG{ 'dhcp' },