Comment 4 for bug 1245150

Revision history for this message
Aditya (code-aditya) wrote :

Christopher,

The linked article mentions the command to run as:

$ git bisect start <BAD> <GOOD>

In my case, Bad is `Ubuntu-3.10.0-0.6`; and Good is `Ubuntu-3.9.0-7.15`

So, I think I am supposed to run:

$ git bisect start Ubuntu-3.10.0-0.6 Ubuntu-3.9.0-7.15

Please confirm the same. Moreover, I think I would have to build the kernals myself which would be time-consuming on my machine. Is it somehow possible to use Launchpad PPA's service to download the built kernals and install them?

This is the first time I am attempting something like this, so please forgive my ignorance about it.

Cheers :-)