On 07/06/2011 10:14 PM, Tivano Edwin wrote:
> hey pete!
> i wanna ask something...
> can i upgrade natty kernel with the oneiric one?
> i have problem here, my laptop takes a long time to boot than usual...
> it's about 20 secs...
Hi Tivano,
The best place to ask this is the kernel team mailing list which I've
cc'd in for you.
Thanks
~pete
--
Pete Graner <pgraner@canonical.com>
Manager
Ubuntu Kernel Team
Canonical Ltd. http://www.canonical.com/
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
07-08-2011, 05:08 PM
Tim Gardner
Ubuntu Kernel
On 07/08/2011 08:16 AM, Pete Graner wrote:
On 07/06/2011 10:14 PM, Tivano Edwin wrote:
hey pete!
i wanna ask something...
can i upgrade natty kernel with the oneiric one?
i have problem here, my laptop takes a long time to boot than usual...
it's about 20 secs...
Hi Tivano,
The best place to ask this is the kernel team mailing list which I've
cc'd in for you.
Thanks
~pete
You can get the oneiric kernel directly from the archive, but it won't
be automatically updated as new versions appear. For example,
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
04-04-2012, 08:53 PM
Tiago Hillebrandt
Ubuntu Kernel
Hi folks,
I like to request an explanation involving differences between
kernel Ubuntu and Linux branch kernel. Here in Brazil have many
users questioning this and would be great if we would have an
detailed overview
from Kernel Team. Can anyone response
it? I would like to publish the answer
on Ubuntu-BR-SC blog (www.ubuntubrsc.com), a popular Ubuntu
Brazilian blog.
Thanks!
Regards,
--
Tiago Hillebrandt
Ubuntu Member
Ubuntu Brazilian Community Council Member
Ubuntu-BR-SC LoCo Team Leader
Ubuntu Brazilian Portuguese Translators Team Leader
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
04-05-2012, 12:53 PM
Tim Gardner
Ubuntu Kernel
On 04/04/2012 02:53 PM, Tiago Hillebrandt wrote:
> Hi folks,
>
> I like to request an explanation involving differences between kernel
> Ubuntu and Linux branch kernel. Here in Brazil have many users
> questioning this and would be great if we would have an detailedoverview
> from Kernel Team.Can anyone response it?I would like to publish the
> answer on Ubuntu-BR-SC blog (www.ubuntubrsc.com), a popular Ubuntu
> Brazilian blog.
>
> Thanks!
>
> Regards,
> --
> *Tiago Hillebrandt*
> Ubuntu Member
> Ubuntu Brazilian Community Council Member
> Ubuntu-BR-SC LoCo Team Leader
> Ubuntu Brazilian Portuguese Translators Team Leader
> Blog: http://tiagohillebrandt.eti.br
> Twitter: http://twitter.com/tiagoscd
> Launchpad: http://launchpad.net/people/tiagohillebrandt
> Google Talk: tiagohillebrandt@gmail.com
>
>
There are likely better ways to do it, but here is a script that shows
how I would look at all of the commits that are not in the mainline tree
(and are also not in the debian* or ubuntu directories)
git clone git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git
cd ubuntu-precise
./delta.sh
rtg
--
Tim Gardner tim.gardner@canonical.com
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
04-05-2012, 04:41 PM
Leann Ogasawara
Ubuntu Kernel
On Thu, 2012-04-05 at 06:53 -0600, Tim Gardner wrote:
> On 04/04/2012 02:53 PM, Tiago Hillebrandt wrote:
> > Hi folks,
> >
> > I like to request an explanation involving differences between kernel
> > Ubuntu and Linux branch kernel. Here in Brazil have many users
> > questioning this and would be great if we would have an detailedoverview
> > from Kernel Team.Can anyone response it?I would like to publish the
> > answer on Ubuntu-BR-SC blog (www.ubuntubrsc.com), a popular Ubuntu
> > Brazilian blog.
> >
> > Thanks!
> >
> > Regards,
> > --
> > *Tiago Hillebrandt*
> > Ubuntu Member
> > Ubuntu Brazilian Community Council Member
> > Ubuntu-BR-SC LoCo Team Leader
> > Ubuntu Brazilian Portuguese Translators Team Leader
> > Blog: http://tiagohillebrandt.eti.br
> > Twitter: http://twitter.com/tiagoscd
> > Launchpad: http://launchpad.net/people/tiagohillebrandt
> > Google Talk: tiagohillebrandt@gmail.com
> >
> >
>
> There are likely better ways to do it, but here is a script that shows
> how I would look at all of the commits that are not in the mainline tree
> (and are also not in the debian* or ubuntu directories)
>
> git clone git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git
> cd ubuntu-precise
> ./delta.sh
Hi Tiago,
Along with the above script from Tim, I've also put together a wiki to
try and describe in a general manner the sets of changes we carry which
differentiate the Ubuntu kernel from the upstream Linux kernel:
https://wiki.ubuntu.com/Kernel/FAQ/UbuntuDelta
I hope this helps. Let me know if you need me to elaborate on anything.
Also, if anyone else on the team reviews the above, feel free to edit if
I've missed anything. I also took the liberty to reference it from the
main Kernel/FAQ page.
Thanks,
Leann
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
04-06-2012, 04:10 PM
Tiago Hillebrandt
Ubuntu Kernel
Em 05-04-2012 13:41, Leann Ogasawara escreveu:
On Thu, 2012-04-05 at 06:53 -0600, Tim Gardner wrote:
On 04/04/2012 02:53 PM, Tiago Hillebrandt wrote:
Hi folks,
I like to request an explanation involving differences between kernel
Ubuntu and Linux branch kernel. Here in Brazil have many users
questioning this and would be great if we would have an detailedoverview
from Kernel Team.Can anyone response it?I would like to publish the
answer on Ubuntu-BR-SC blog (www.ubuntubrsc.com), a popular Ubuntu
Brazilian blog.
Thanks!
Regards,
--
*Tiago Hillebrandt*
Ubuntu Member
Ubuntu Brazilian Community Council Member
Ubuntu-BR-SC LoCo Team Leader
Ubuntu Brazilian Portuguese Translators Team Leader
Blog: http://tiagohillebrandt.eti.br
Twitter: http://twitter.com/tiagoscd
Launchpad: http://launchpad.net/people/tiagohillebrandt
Google Talk: tiagohillebrandt@gmail.com
There are likely better ways to do it, but here is a script that shows
how I would look at all of the commits that are not in the mainline tree
(and are also not in the debian* or ubuntu directories)
git clone git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git
cd ubuntu-precise
./delta.sh
Hi Tiago,
Along with the above script from Tim, I've also put together a wiki to
try and describe in a general manner the sets of changes we carry which
differentiate the Ubuntu kernel from the upstream Linux kernel:
https://wiki.ubuntu.com/Kernel/FAQ/UbuntuDelta
I hope this helps. Let me know if you need me to elaborate on anything.
Also, if anyone else on the team reviews the above, feel free to edit if
I've missed anything. I also took the liberty to reference it from the
main Kernel/FAQ page.
Thanks,
Leann
Hi guys,
Thank you very much by take your precious time to response my
questions. The post explaning the difference between kernels Ubuntu
and Linux was published to Brazilian community.