SHA256
1
0
forked from pool/xen
xen/xen-pygrub-grub-args.patch
2012-10-08 17:11:11 +00:00

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