Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
b1d9aaea
Commit
b1d9aaea
authored
Sep 21, 2015
by
Brendan Gregg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update kernel version
parent
9e23ef26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
INSTALL.md
INSTALL.md
+6
-4
No files found.
INSTALL.md
View file @
b1d9aaea
# Ubuntu - Binary
Install a 4.
2
+ kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline,
Install a 4.
3
+ kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline,
for example:
```
bash
VER
=
4.
2
.0-999
REL
=
201509072200
PREFIX
=
http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2015-09-08-unstable/
VER
=
4.
3
.0-999
PREFIX
=
http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2015-09-21-unstable/
REL
=
201509202159
wget
${
PREFIX
}
/linux-headers-
${
VER
}
-generic_
${
VER
}
.
${
REL
}
_amd64.deb
wget
${
PREFIX
}
/linux-headers-
${
VER
}
_
${
VER
}
.
${
REL
}
_all.deb
wget
${
PREFIX
}
/linux-image-
${
VER
}
-generic_
${
VER
}
.
${
REL
}
_amd64.deb
...
...
@@ -14,6 +14,8 @@ sudo dpkg -i linux-*${VER}.${REL}*.deb
# reboot
```
Update PREFIX to the latest date, and you can browse the files in the PREFIX url to find the REL number.
Tagged bcc binary packages are built for Ubuntu Trusty (14.04) and hosted at
http://52.8.15.63/apt/.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment