From: Jim Fehlig <jfehlig@novell.com>
To: Xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] [xend] Fix leftover 'initrd' from recent changes to Xen API
Date: Tue, 19 Dec 2006 16:54:49 -0700 [thread overview]
Message-ID: <45887BC9.4030100@novell.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 230 bytes --]
Recent changes to the grub/cmdline definition in XenAPI introduced
PV_bootloader, PV_kernel, PV_ramdisk, etc. This patch fixes one of the
kernel_initrd -> PV_ramdisk conversions that was missed in XendConfig.py.
Regards,
Jim
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: xend-config-ramdisk.patch --]
[-- Type: text/x-patch; name="xend-config-ramdisk.patch", Size: 911 bytes --]
# HG changeset patch
# User jfehlig@jfehlig2.provo.novell.com
# Date 1166572407 25200
# Node ID d7fd9bc007cd6d4b704a28e24883d63469d30b28
# Parent 057f7c4dbed1c75a3fbe446d346cee04cff31497
Recent changes to the grub/cmdline definition in XenAPI introduced PV_bootloader, PV_kernel, PV_ramdisk, etc. This patch fixes one of the kernel_initrc -> PV_ramdisk conversions that was missed in XendConfig.py.
Signed-off-by: Jim Fehlig <jfehlig@novell.com>
diff -r 057f7c4dbed1 -r d7fd9bc007cd tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Tue Dec 19 12:00:11 2006 +0000
+++ b/tools/python/xen/xend/XendConfig.py Tue Dec 19 16:53:27 2006 -0700
@@ -139,7 +139,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,
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
reply other threads:[~2006-12-19 23:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45887BC9.4030100@novell.com \
--to=jfehlig@novell.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.