mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-13 00:04:47 +07:00
Update kernel-upgrade.md
This commit is contained in:
parent
d608b95b65
commit
b88fef890d
@ -15,7 +15,7 @@ Upgrading the Linux kernel is not easy; you must do this only if you find securi
|
||||
|
||||
Before you start upgrading your Linux kernel, you must know the Kernel’s `current version` running inside your host machine. You may do so by `uname -r`. In case of `eBPF`, the minimum required version is `>= 5.8`
|
||||
|
||||
Various Linux distributions have different methods to upgrade the Linux kernel. This guide convers ways to upgrade the kernel to a desired version for most `Debian-based Linux`, `RedHar, Fedora based Linux`, and `Arch-based Linux` distributions.
|
||||
Various Linux distributions have different methods to upgrade the Linux kernel. This guide convers ways to upgrade the kernel to a desired version for most `Armbian Linux`, `Debian-based Linux`, `RedHar, Fedora based Linux`, and `Arch-based Linux` distributions.
|
||||
|
||||
> **Note**
|
||||
> Since `dae` is builts with `eBPF`, your host must meet the minimum Kernel version, `>= 5.8` for dae to properly running.
|
||||
@ -30,9 +30,9 @@ Various Linux distributions have different methods to upgrade the Linux kernel.
|
||||
uname -r
|
||||
```
|
||||
|
||||
3. Download corresponding kernel debs from [daeuniverse/armbian-kernel-btf-dist](https://github.com/daeuniverse/armbian-kernel-btf-dist/releases).
|
||||
3. Download corresponding kernel debs from [daeuniverse/armbian-btf-kernel](https://github.com/daeuniverse/armbian-btf-kernel/releases).
|
||||
|
||||
4. Extract debs and install:
|
||||
4. Extract debs and install
|
||||
|
||||
```shell
|
||||
tar -xvf <downloaded_kernel_pkg.tar>
|
||||
|
Loading…
Reference in New Issue
Block a user