* dracut now in Gentoo
@ 2009-09-29 16:36 Lance Albertson
[not found] ` <4AC2379F.2080409-CJG/fkoVOTIdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Lance Albertson @ 2009-09-29 16:36 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 1412 bytes --]
I recently attended Linux Plumbers Conf and saw Harald's talk on dracut
which got me interested in getting it into Gentoo. I just committed a
working ebuild for the latest version into the tree [1]. We had to make
a few patches in order to get it to work for us, so I created a branch
of the patches on github [2] for you guys to look at. If you prefer, I
can send the patches directly here. I wasn't the original author for
some of the patches, but you can see the discussion in the original bug
[3]. Specifically 3649a19207 needs some more work to make it more distro
agnostic.
I tested an image on a Gentoo machine and it worked but I haven't fully
tested all of the capabilities yet (I'm planning on doing that soon). If
you have any comments or suggestions for the Gentoo package, please
direct them to me since I'm the new maintainer.
Cheers-
[1] http://packages.gentoo.org/package/sys-kernel/dracut
[2] http://github.com/ramereth/dracut/tree/gentoo-002
[3] http://bugs.gentoo.org/show_bug.cgi?id=278442
--
Lance Albertson lance <at> osuosl.org
Systems Administrator / Architect Open Source Lab
Network Services Oregon State University
Work: 541-737-9975 PGP Key: 0x27F4B742
GPG Fingerprint 0423 92F3 544A 1282 5AB1 4D07 416F A15D 27F4 B742
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <4AC2379F.2080409-CJG/fkoVOTIdnm+yROfE0A@public.gmane.org>]
* Re: dracut now in Gentoo [not found] ` <4AC2379F.2080409-CJG/fkoVOTIdnm+yROfE0A@public.gmane.org> @ 2009-09-29 17:29 ` Harald Hoyer [not found] ` <4AC24413.7080506-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Harald Hoyer @ 2009-09-29 17:29 UTC (permalink / raw) To: Lance Albertson; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA On 09/29/2009 06:36 PM, Lance Albertson wrote: > I recently attended Linux Plumbers Conf and saw Harald's talk on dracut > which got me interested in getting it into Gentoo. I just committed a > working ebuild for the latest version into the tree [1]. We had to make > a few patches in order to get it to work for us, so I created a branch > of the patches on github [2] for you guys to look at. If you prefer, I > can send the patches directly here. I wasn't the original author for > some of the patches, but you can see the discussion in the original bug > [3]. Specifically 3649a19207 needs some more work to make it more distro > agnostic. > > I tested an image on a Gentoo machine and it worked but I haven't fully > tested all of the capabilities yet (I'm planning on doing that soon). If > you have any comments or suggestions for the Gentoo package, please > direct them to me since I'm the new maintainer. > > Cheers- > > [1] http://packages.gentoo.org/package/sys-kernel/dracut > [2] http://github.com/ramereth/dracut/tree/gentoo-002 > [3] http://bugs.gentoo.org/show_bug.cgi?id=278442 > Very nice, I will try merge your changes from the git :) -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <4AC24413.7080506-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: dracut now in Gentoo [not found] ` <4AC24413.7080506-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2009-09-29 17:31 ` Harald Hoyer [not found] ` <4AC24478.3050607-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Harald Hoyer @ 2009-09-29 17:31 UTC (permalink / raw) To: Lance Albertson; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA On 09/29/2009 07:29 PM, Harald Hoyer wrote: > On 09/29/2009 06:36 PM, Lance Albertson wrote: >> I recently attended Linux Plumbers Conf and saw Harald's talk on dracut >> which got me interested in getting it into Gentoo. I just committed a >> working ebuild for the latest version into the tree [1]. We had to make >> a few patches in order to get it to work for us, so I created a branch >> of the patches on github [2] for you guys to look at. If you prefer, I >> can send the patches directly here. I wasn't the original author for >> some of the patches, but you can see the discussion in the original bug >> [3]. Specifically 3649a19207 needs some more work to make it more distro >> agnostic. >> >> I tested an image on a Gentoo machine and it worked but I haven't fully >> tested all of the capabilities yet (I'm planning on doing that soon). If >> you have any comments or suggestions for the Gentoo package, please >> direct them to me since I'm the new maintainer. >> >> Cheers- >> >> [1] http://packages.gentoo.org/package/sys-kernel/dracut >> [2] http://github.com/ramereth/dracut/tree/gentoo-002 >> [3] http://bugs.gentoo.org/show_bug.cgi?id=278442 >> > > Very nice, I will try merge your changes from the git :) Ok, pushed the changes. Btw, switch_root is now in util-linux-ng. -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <4AC24478.3050607-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: dracut now in Gentoo [not found] ` <4AC24478.3050607-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2009-09-29 18:27 ` Lance Albertson 0 siblings, 0 replies; 4+ messages in thread From: Lance Albertson @ 2009-09-29 18:27 UTC (permalink / raw) To: Harald Hoyer; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 1222 bytes --] On 09/29/2009 10:31 AM, Harald Hoyer wrote: > On 09/29/2009 07:29 PM, Harald Hoyer wrote: >> Very nice, I will try merge your changes from the git :) > > Ok, pushed the changes. Outstanding, thanks! > Btw, switch_root is now in util-linux-ng. Ah, looks like sys-apps/util-linux in Gentoo is actually util-linux-ng. I'll fix package so that it deals with this correctly. I missed catching that during the testing phase. I also plan on making a "git" ebuild so that folks can test dracut easily on Gentoo from the git checkout. I'm going to look into seeing about getting dracut support in genkernel (Gentoo's kernel & initramfs builder) down the road. Having the option for using it would be great. I'll also see if there are any features that Gentoo needs specifically in dracut before we can use it more. Cheers- -- Lance Albertson lance <at> osuosl.org Systems Administrator / Architect Open Source Lab Network Services Oregon State University Work: 541-737-9975 PGP Key: 0x27F4B742 GPG Fingerprint 0423 92F3 544A 1282 5AB1 4D07 416F A15D 27F4 B742 [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 252 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-09-29 18:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-29 16:36 dracut now in Gentoo Lance Albertson
[not found] ` <4AC2379F.2080409-CJG/fkoVOTIdnm+yROfE0A@public.gmane.org>
2009-09-29 17:29 ` Harald Hoyer
[not found] ` <4AC24413.7080506-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-09-29 17:31 ` Harald Hoyer
[not found] ` <4AC24478.3050607-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-09-29 18:27 ` Lance Albertson
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.