diff -r a9a43705f26b tools/python/xen/xend/XendConfig.py --- a/tools/python/xen/xend/XendConfig.py Wed Dec 27 00:38:01 2006 +0000 +++ b/tools/python/xen/xend/XendConfig.py Sat Dec 23 16:56:34 2006 -0500 @@ -141,7 +141,7 @@ XENAPI_CFG_TYPES = { 'tpm_backend': int, 'PV_bootloader': str, 'PV_kernel': str, - 'PV_initrd': str, + 'PV_ramdisk': str, 'PV_args': str, 'PV_bootloader_args': str, 'HVM_boot': str,