Update README

This commit is contained in:
Antoine Martin 2024-10-07 08:48:35 -04:00
parent 291cc211ca
commit 5bb1aa51fb
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -1,16 +1,17 @@
# Proxmox Edge kernels # Proxmox Thunderx kernels
Custom Linux kernels for Proxmox VE arm64 Custom Linux kernels for Proxmox VE arm64 ThunderX (CN88xx) system based on Ubuntu linux
#### Available Versions #### Available Versions
1. Linux 6.2 ->branch:v6.2 1. Linux 5.15 -> branch:v5.15
2. Linux 6.1 -> master 2. Linux 6.5 -> branch:v6.5
3. Linux 5.15 -> branch:v5.15 3. Linux 6.8 -> master
## Installation ## Installation
add arm64 kernel repo. add arm64 kernel repo.
```sh ```sh
echo "deb https://mirrors.apqa.cn/proxmox/debian/kernel sid port" > /etc/apt/sources.list.d/pve-arm64-kernel.list curl https://ayakael.net/api/packages/forge/debian/repository.key -o /etc/apt/keyrings/forgejo-forge.asc
echo "deb [signed-by=/etc/apt/keyrings/forgejo-forge.asc] https://ayakael.net/api/packages/forge/debian bookworm main" | tee -a /etc/apt/sources.list.d/forgejo.list
apt update apt update
apt search pve-kernel apt search pve-kernel
apt install pve-kernel-xxxx apt install pve-kernel-xxxx
@ -30,10 +31,10 @@ apt install devscripts debhelper equivs git
#### Obtaining the source #### Obtaining the source
Obtain the source code as follows: Obtain the source code as follows:
```bash ```bash
git https://github.com/jiangcuo/pve-arm64-kernel git https://ayakael.net/forge/pve-kernel-thunderx
cd pve-arm64-kernel cd pve-kernel-thunderx
``` ```
Then, select the branch of your likings (e.g. `v6.1`) and update the submodules: Then, select the branch of your likings (e.g. `v5.15`) and update the submodules:
```bash ```bash
git checkout master git checkout master
git submodule update --init --depth=1 --recursive linux git submodule update --init --depth=1 --recursive linux
@ -76,14 +77,14 @@ to remove all packages from a particular kernel release, use the following
command: command:
```bash ```bash
apt remove pve-kernel-6.1* pve-headers-6.1* apt remove pve-kernel-6.8* pve-headers-6.8*
``` ```
## Contributing ## Contributing
Questions, suggestions and contributions are welcome and appreciated! Questions, suggestions and contributions are welcome and appreciated!
You can contribute in various meaningful ways: You can contribute in various meaningful ways:
* Report a bug through [Github issues](https://github.com/jiangcuo/pve-arm64-kernel/issues). * Report a bug by email <dev@ayakael.net>
* Propose new patches and flavors for the project. * Propose new patches and flavors for the project.
* Contribute improvements to the documentation. * Contribute improvements to the documentation.
* Provide feedback about how we can improve the project. * Provide feedback about how we can improve the project.