From: Ewan Mellor Date: Wed, 27 Dec 2006 15:44:40 +0000 (+0000) Subject: Fix PV_initrd reference (should be PV_ramdisk). X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~145 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=16d8fd16ce5a53804bbfa53263b6e1d6b11c1115;p=xen.git Fix PV_initrd reference (should be PV_ramdisk). Signed-off-by: Stefan Berger --- diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index abbee23aaa..387bb8324c 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -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,