Update README.md

This commit is contained in:
jiangcuo 2023-02-09 17:18:44 +08:00 committed by GitHub
parent 07d21ab4f1
commit 20ddc816bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Proxmox Edge kernels
Custom Linux kernels for Proxmox VE 7.
Custom Linux kernels for Proxmox VE 7 arm64
#### Available Versions
1. Linux 6.0
@ -72,6 +72,10 @@ Before we build, make sure you have installed the build dependencies:
```bash
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:
```bash
debuild -ePVE* --jobs=auto -b -uc -us