Update kernel-upgrade.md

This commit is contained in:
mzz 2023-03-08 18:56:01 +08:00 committed by GitHub
parent d608b95b65
commit b88fef890d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 Kernels `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` Before you start upgrading your Linux kernel, you must know the Kernels `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** > **Note**
> Since `dae` is builts with `eBPF`, your host must meet the minimum Kernel version, `>= 5.8` for dae to properly running. > 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 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 ```shell
tar -xvf <downloaded_kernel_pkg.tar> tar -xvf <downloaded_kernel_pkg.tar>