Update README
This commit is contained in:
parent
291cc211ca
commit
5bb1aa51fb
1 changed files with 12 additions and 11 deletions
23
README.md
23
README.md
|
@ -1,16 +1,17 @@
|
|||
# Proxmox Edge kernels
|
||||
Custom Linux kernels for Proxmox VE arm64
|
||||
# Proxmox Thunderx kernels
|
||||
Custom Linux kernels for Proxmox VE arm64 ThunderX (CN88xx) system based on Ubuntu linux
|
||||
|
||||
#### Available Versions
|
||||
1. Linux 6.2 ->branch:v6.2
|
||||
2. Linux 6.1 -> master
|
||||
3. Linux 5.15 -> branch:v5.15
|
||||
1. Linux 5.15 -> branch:v5.15
|
||||
2. Linux 6.5 -> branch:v6.5
|
||||
3. Linux 6.8 -> master
|
||||
|
||||
## Installation
|
||||
add arm64 kernel repo.
|
||||
|
||||
```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 search pve-kernel
|
||||
apt install pve-kernel-xxxx
|
||||
|
@ -30,10 +31,10 @@ apt install devscripts debhelper equivs git
|
|||
#### Obtaining the source
|
||||
Obtain the source code as follows:
|
||||
```bash
|
||||
git https://github.com/jiangcuo/pve-arm64-kernel
|
||||
cd pve-arm64-kernel
|
||||
git https://ayakael.net/forge/pve-kernel-thunderx
|
||||
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
|
||||
git checkout master
|
||||
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:
|
||||
|
||||
```bash
|
||||
apt remove pve-kernel-6.1* pve-headers-6.1*
|
||||
apt remove pve-kernel-6.8* pve-headers-6.8*
|
||||
```
|
||||
|
||||
## Contributing
|
||||
Questions, suggestions and contributions are welcome and appreciated!
|
||||
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.
|
||||
* Contribute improvements to the documentation.
|
||||
* Provide feedback about how we can improve the project.
|
||||
|
|
Loading…
Reference in a new issue