diff options
Diffstat (limited to 'testing/xen/pygrub_alpine.patch')
-rw-r--r-- | testing/xen/pygrub_alpine.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xen/pygrub_alpine.patch b/testing/xen/pygrub_alpine.patch index 9d6ee577a..98d0822c7 100644 --- a/testing/xen/pygrub_alpine.patch +++ b/testing/xen/pygrub_alpine.patch @@ -38,7 +38,7 @@ diff -r 3e02aa9670b3 tools/pygrub/src/ExtLinuxConf.py # Bypass regular self.commands handling com = None -+ elif arg.find("initrd="): ++ elif "initrd=" in arg: + # find initrd image in append line + args = arg.strip().split(" ") + for a in args: |