Okay,
here are the results:
root@xen-blade13:/usr/bin# ./eliloader
./eliloader:41: DeprecationWarning: the md5 module is deprecated; use
hashlib instead
import md5
Traceback (most recent call last):
File "./eliloader", line 84, in<module>
mapfiles = [ f for f in os.listdir(guest_installer_dir) if
f.endswith('.map') ]
OSError: [Errno 2] No such file or directory:
'/opt/xensource/packages/files/guest-installer'
I guess these are the paths to the xcp on centos and that I could change
them but
the files doesn't exists on the system.
root@xen-blade13:/usr/bin# updatedb
root@xen-blade13:/usr/bin# locate guest-installer
root@xen-blade13:/usr/bin#
root@xen-blade13:/usr/bin# grep xensource eliloader
guest_installer_dir = "/opt/xensource/packages/files/guest-installer"
seems quite trivial if I can put my hands on the guest-installer files :)