12.2 + Xen 4.2 + 'xl' toolstack xen-pygrub-grub-args.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=208
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
|
|
|