Update README.md
This commit is contained in:
parent
07d21ab4f1
commit
20ddc816bd
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Proxmox Edge kernels
|
# Proxmox Edge kernels
|
||||||
Custom Linux kernels for Proxmox VE 7.
|
Custom Linux kernels for Proxmox VE 7 arm64
|
||||||
|
|
||||||
#### Available Versions
|
#### Available Versions
|
||||||
1. Linux 6.0
|
1. Linux 6.0
|
||||||
|
@ -72,6 +72,10 @@ Before we build, make sure you have installed the build dependencies:
|
||||||
```bash
|
```bash
|
||||||
sudo mk-build-deps -i
|
sudo mk-build-deps -i
|
||||||
```
|
```
|
||||||
|
merge your confile,if your kernel config is `/boot/config-5.10.167-edge`,do
|
||||||
|
```bash
|
||||||
|
cat /boot/config-5.10.167-edge >> debian/config/config.pve
|
||||||
|
```
|
||||||
Invoking the following command will build the kernel and its associated packages:
|
Invoking the following command will build the kernel and its associated packages:
|
||||||
```bash
|
```bash
|
||||||
debuild -ePVE* --jobs=auto -b -uc -us
|
debuild -ePVE* --jobs=auto -b -uc -us
|
||||||
|
|
Loading…
Reference in a new issue