1

I did the following before updating the kernel:

apt-get source linux-image-$(uname -r)

Then I got this folder after unzipping:

linux-meta-4.15.0.60.62 

But inside is just this:

debian/

and

update-version

But I don't see anything folders like arch/ orblock

Did I do something wrong? I already updated the kernel and I have a 4cpu pc so it took many hours to do this. How can I get the kernel from what I already downloaded? Also I took reference to this answer and this page of instructions. I cloned bionic but need the version 4.15.0.60.62. So I then checked this out into a branch called temp. How do I get the files at this location? I tried to clone temp but it doesn't work.

Jinzu
  • 320
  • 1
  • 2
  • 14

1 Answers1

1

Get the current linux source code by

apt-get source linux-image-unsigned-$(uname -r)
Pilot6
  • 90,100
  • 91
  • 213
  • 324