I think it would make sense to make *all* the common devices. Something like the attachment, dropped into /etc/xen-tools/hook.d/ would work.
Would you mind testing it and letting me know? Steve --
#!/bin/sh
prefix=$1
#
# Make sure we have a /dev directory and change into it.
#
mkdir -p ${prefix}/dev
cd ${prefix}/dev
#
# Make the devices.
#
./MAKEDEV generic

