Hi,
I created a small patch that fixes that bug (for debian DomUs, when
using other destributions, that bug might occur again, but the fix
should be as simply as for debian DomUs).
Best,
Michael
--- /usr/lib/xen-tools/debian.d/35-setup-users.orig 2009-09-22
11:52:38.000000000 +0200
+++ /usr/lib/xen-tools/debian.d/35-setup-users 2009-09-22 11:08:52.000000000
+0200
@@ -52,7 +52,7 @@
#
# For each account not present on new installation then add it
#
-foreach my $account ( sort keys( %host ) )
+foreach my $account ( keys( %host ) )
{
if ( ! $present{ $account } )
{