14 lines
439 B
Diff
14 lines
439 B
Diff
![]() |
Index: xen-4.2.0-testing/tools/pygrub/src/pygrub
|
||
|
===================================================================
|
||
|
--- xen-4.2.0-testing.orig/tools/pygrub/src/pygrub
|
||
|
+++ xen-4.2.0-testing/tools/pygrub/src/pygrub
|
||
|
@@ -623,7 +623,7 @@ def run_grub(file, entry, fs, arg):
|
||
|
if img.args:
|
||
|
grubcfg["args"] += img.args
|
||
|
if arg:
|
||
|
- grubcfg["args"] += " " + args
|
||
|
+ grubcfg["args"] += " " + arg
|
||
|
|
||
|
return grubcfg
|
||
|
|