Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-08-06 Thread Ian Campbell
On Sat, 2012-08-04 at 14:30 +0200, Hector Oron wrote: Hi Ian, 2012/7/27 Ian Campbell i...@hellion.org.uk: On Fri, 2012-07-27 at 18:37 +0200, Hector Oron wrote: Did the d-i beta get done? I must have been sleeping ;-) No, not really, I think I got that wrong. Got confused with

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-08-04 Thread Hector Oron
Hi Ian, 2012/7/27 Ian Campbell i...@hellion.org.uk: On Fri, 2012-07-27 at 18:37 +0200, Hector Oron wrote: Did the d-i beta get done? I must have been sleeping ;-) No, not really, I think I got that wrong. Got confused with alpha1. OK, I think we can go ahead now. :-) regards, -- Héctor

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-08-04 Thread Cyril Brulebois
Hector Oron hector.o...@gmail.com (04/08/2012): 2012/7/27 Ian Campbell i...@hellion.org.uk: No, not really, I think I got that wrong. Got confused with alpha1. OK, I think we can go ahead now. :-) Yes, thanks for your patience. Mraw, KiBi. signature.asc Description: Digital signature

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-27 Thread Hector Oron
Hello Ian, 2012/7/17 Ian Campbell i...@hellion.org.uk: diff --git a/debian/changelog b/debian/changelog index 9edf023..c5f7181 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +flash-kernel (3.2) UNRELEASED; urgency=low + + * Use get_machine in

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-27 Thread Hector Oron
Hello Ian, 2012/7/12 Martin Michlmayr t...@cyrius.com: * Ian Campbell i...@hellion.org.uk [2012-07-10 15:31]: Martin tells me this is necessary for d-i to pick the correct kernel while installing. Looks good. Hector, please apply after beta 1 is done. Ian, could you push your changes

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-27 Thread Ian Campbell
On Fri, 2012-07-27 at 17:25 +0200, Hector Oron wrote: Hello Ian, 2012/7/17 Ian Campbell i...@hellion.org.uk: diff --git a/debian/changelog b/debian/changelog index 9edf023..c5f7181 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +flash-kernel (3.2)

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-27 Thread Ian Campbell
On Fri, 2012-07-27 at 17:57 +0200, Hector Oron wrote: Hello Ian, 2012/7/12 Martin Michlmayr t...@cyrius.com: * Ian Campbell i...@hellion.org.uk [2012-07-10 15:31]: Martin tells me this is necessary for d-i to pick the correct kernel while installing. Looks good. Hector, please apply

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-27 Thread Ian Campbell
On Fri, 2012-07-27 at 18:37 +0200, Hector Oron wrote: Hi, 2012/7/27 Ian Campbell i...@hellion.org.uk: On Fri, 2012-07-27 at 17:25 +0200, Hector Oron wrote: Did the d-i beta get done? I must have been sleeping ;-) No, not really, I think I got that wrong. Got confused with alpha1. Ah,

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-17 Thread Ian Campbell
On Tue, 2012-07-10 at 17:35 -0600, Ian Campbell wrote: On Tue, 2012-07-10 at 16:37 -0600, Ian Campbell wrote: On Wed, 2012-07-11 at 00:33 +0200, Hector Oron wrote: Hello Ian, 2012/7/10 Ian Campbell i...@hellion.org.uk: Martin tells me this is necessary for d-i to pick the correct

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-12 Thread Martin Michlmayr
* Ian Campbell i...@hellion.org.uk [2012-07-10 15:31]: Martin tells me this is necessary for d-i to pick the correct kernel while installing. Looks good. Hector, please apply after beta 1 is done. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-12 Thread Ian Campbell
On Thu, 2012-07-12 at 10:05 -0600, Martin Michlmayr wrote: * Ian Campbell i...@hellion.org.uk [2012-07-10 15:31]: Martin tells me this is necessary for d-i to pick the correct kernel while installing. Looks good. Thanks. Hector, please apply after beta 1 is done. I think I have push

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-12 Thread Martin Michlmayr
* Ian Campbell i...@hellion.org.uk [2012-07-12 10:14]: I think I have push access myself. I used to have access to the old monolithic svn (for Xen porting work). I presume it has been carried over to the git trees. So I can push myself after beta 1 assuming no one minds ;-) or beats me to

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-12 Thread Ian Campbell
On Thu, 2012-07-12 at 10:18 -0600, Martin Michlmayr wrote: * Ian Campbell i...@hellion.org.uk [2012-07-12 10:14]: I think I have push access myself. I used to have access to the old monolithic svn (for Xen porting work). I presume it has been carried over to the git trees. So I can push

[GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-10 Thread Ian Campbell
Martin tells me this is necessary for d-i to pick the correct kernel while installing. I believe him ;-) As with flash-kernel I needed to make libdebian-installer use /proc/device-tree/model if it exists (and continue to use /proc/cpuinfo:Hardware if it does not). Pull request is below, followed

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-10 Thread Hector Oron
Hello Ian, 2012/7/10 Ian Campbell i...@hellion.org.uk: Martin tells me this is necessary for d-i to pick the correct kernel while installing. I believe him ;-) Thanks for the patch, it looks fine to me, but incomplete for d-i. You need to add Dreamplug platform in debian-installer

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-10 Thread Ian Campbell
On Wed, 2012-07-11 at 00:33 +0200, Hector Oron wrote: Hello Ian, 2012/7/10 Ian Campbell i...@hellion.org.uk: Martin tells me this is necessary for d-i to pick the correct kernel while installing. I believe him ;-) Thanks for the patch, it looks fine to me, but incomplete for d-i. You

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-10 Thread Cyril Brulebois
Hector Oron hector.o...@gmail.com (11/07/2012): Thanks for the patch, it looks fine to me, but incomplete for d-i. You need to add Dreamplug platform in debian-installer configuration (see installer/build/config/armel/kirkwood/* ) As soon as we get the configs patch, I'd like to apply your

Re: [GIT/PATCH] libdebian-installer: Add support for dreamplug

2012-07-10 Thread Ian Campbell
On Tue, 2012-07-10 at 16:37 -0600, Ian Campbell wrote: On Wed, 2012-07-11 at 00:33 +0200, Hector Oron wrote: Hello Ian, 2012/7/10 Ian Campbell i...@hellion.org.uk: Martin tells me this is necessary for d-i to pick the correct kernel while installing. I believe him ;-) Thanks for