[PLUTO-help] era "aiuto notebook asus" risolto!!!
Paolo Ornati
ornati a fastwebnet.it
Gio 1 Feb 2007 08:51:28 CET
On Wed, 31 Jan 2007 19:08:45 +0100
Paolo Ornati <ornati a fastwebnet.it> wrote:
> git-bisect start
> git-bisect good v2.6.17
> git-bisect bad v2.6.19
Questo ovviamente assume che la 2.6.17 funzioni veramente e la 2.6.19
sia veramente bacata.
Per accertarsi di questo:
cd ~/kernel/linux-2.6
# andiamo alla versione 2.6.17
git-checkout -b test v2.6.17
make oldconfig
make -j2
... installare e testare ...
# proviamo la 2.6.19 (assumendo che tu sia già nel branch
"test":
$ git-branch
master
origin
* test
)
git-reset --hard v2.6.19
make oldconfig
make -j2
... installare e testare ...
dopo di che ritorniamo allo stato originale:
git-checkout master
git-branch -D test
--
Paolo Ornati
Linux 2.6.20-rc7 on x86_64
More information about the pluto-help
mailing list