|  |  | 
  
    |  |  | 
 
  |   |  | 
  
    |  |  | 
  
    |  |  | 
  
    |   xen-changelog
[Xen-changelog] [xen-unstable] There's a typo in create.py,	which affect 
| # HG changeset patch
# User atse@xxxxxxxxxxxxxxxxxxxxxxxx
# Node ID e759cc598822206629c2cfc149f5208be5528763
# Parent  1d0e7552363622e2d8555709ad978e0c8bafa6d6
There's a typo in create.py, which affects PV bootloaders (such as
domUloader and probably pygrub).  Patch attached.
Signed-off-by: Charles Coffing <ccoffing@xxxxxxxxxx>
---
 tools/python/xen/xm/create.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 1d0e75523636 -r e759cc598822 tools/python/xen/xm/create.py
--- a/tools/python/xen/xm/create.py     Wed Sep 27 17:49:22 2006 +0100
+++ b/tools/python/xen/xm/create.py     Thu Sep 28 10:10:59 2006 +0100
@@ -693,7 +693,7 @@ def make_config(vals):
         config_image = run_bootloader(vals, config_image)
         config.append(['bootloader', vals.bootloader])
         if vals.bootargs:
-            config.append(['bootloader_args'], vals.bootargs)
+            config.append(['bootloader_args', vals.bootargs])
     config.append(['image', config_image])
 
     config_devs = []
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 | 
 
| <Prev in Thread] | Current Thread | [Next in Thread> |  | 
[Xen-changelog] [xen-unstable] There's a typo in create.py,	which affects PV bootloaders (such as,
Xen patchbot-unstable <=
 |  |  | 
  
    |  |  |