divx118 / crouton-packages

Kernel-headers packages to use with crouton
56 stars 16 forks source link

My kernel header is missing from the repo where else should I look? 3.18 EDGAR #50

Open marvinharcsun opened 7 years ago

marvinharcsun commented 7 years ago

uname -r

3.18.0-12632-g42a6df4

What Im getting is really close with git checkout HEAD~411

3.18.0-12632-XXXXXXXX

but still not the correct one is it okay to use this one or should I look into kernel-next

DoctorEll commented 7 years ago

Instead of HEAD~ you can just checkout by using the uname -r result.

i.e.

$ git checkout 3.18.0-12632-g42a6df4