~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[alpine-devel] [PATCH] testing/xen: fix extlinux pygrub

Roger Pau Monne <roger.pau@entel.upc.edu>
Details
Message ID
<1328657774-15472-1-git-send-email-roger.pau@entel.upc.edu>
Sender timestamp
1328657774
DKIM signature
missing
Download raw message
Patch: +1 -1
Modified the patch to fix a problem when initrd is the first argument
in the append command. This is already commited to the Xen upstream
tree.
---
 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 9d6ee57..98d0822 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:
-- 
1.7.9



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20120208215733.553f0785@alpinelinux.org>
In-Reply-To
<1328657774-15472-1-git-send-email-roger.pau@entel.upc.edu> (view parent)
Sender timestamp
1328734653
DKIM signature
missing
Download raw message
On Wed,  8 Feb 2012 00:36:14 +0100
Roger Pau Monne <roger.pau@entel.upc.edu> wrote:

> Modified the patch to fix a problem when initrd is the first argument
> in the append command. This is already commited to the Xen upstream
> tree.
> ---
>  testing/xen/pygrub_alpine.patch |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied and updated checksum and bumped pkgrel.

Are there any reason to not move this to main now?

Thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Roger Pau Monné <roger.pau@entel.upc.edu>
Details
Message ID
<CAPLaKK7D6+03QYTrDVytshkvLxcr3S11VhjGhTbCWLqGRQuhWg@mail.gmail.com>
In-Reply-To
<20120208215733.553f0785@alpinelinux.org> (view parent)
Sender timestamp
1328734935
DKIM signature
missing
Download raw message
2012/2/8 Natanael Copa <ncopa@alpinelinux.org>:
> On Wed,  8 Feb 2012 00:36:14 +0100
> Roger Pau Monne <roger.pau@entel.upc.edu> wrote:
>
>> Modified the patch to fix a problem when initrd is the first argument
>> in the append command. This is already commited to the Xen upstream
>> tree.
>> ---
>>  testing/xen/pygrub_alpine.patch |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> Applied and updated checksum and bumped pkgrel.
>
> Are there any reason to not move this to main now?

I've been using this on my servers for like 3 days, and it's working
ok so far. I was going to give it a week, but it looks ok to me so
far, so move it to main.

>
> Thanks!
>
> -nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)