Document support for Proxmox VE 7
This commit is contained in:
parent
4c6ae4f5fc
commit
2fd3f183c1
1 changed files with 19 additions and 14 deletions
33
README.md
33
README.md
|
@ -1,5 +1,5 @@
|
||||||
# Proxmox Edge kernels
|
# Proxmox Edge kernels
|
||||||
Custom Linux kernels for Proxmox VE 6.
|
Custom Linux kernels for Proxmox VE.
|
||||||
|
|
||||||
#### Versions
|
#### Versions
|
||||||
1. Linux 5.14 (Stable)
|
1. Linux 5.14 (Stable)
|
||||||
|
@ -14,19 +14,24 @@ Custom Linux kernels for Proxmox VE 6.
|
||||||
[![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square)](https://cloudsmith.com)
|
[![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat-square)](https://cloudsmith.com)
|
||||||
|
|
||||||
First, set up our Debian repository on your Proxmox installation:
|
First, set up our Debian repository on your Proxmox installation:
|
||||||
1. Add the repository's GPG key:
|
1. **Add the repository's GPG key:**
|
||||||
```bash
|
```bash
|
||||||
curl -1sLf 'https://dl.cloudsmith.io/public/pve-edge/kernel/gpg.8EC01CCF309B98E7.key' | apt-key add -
|
curl -1sLf 'https://dl.cloudsmith.io/public/pve-edge/kernel/gpg.8EC01CCF309B98E7.key' | apt-key add -
|
||||||
```
|
```
|
||||||
2. Set up the `pve-edge-kernel` repository:
|
2. **Set up the `pve-edge-kernel` repository:**
|
||||||
```bash
|
If you are still on _Proxmox VE 6_, pick the Buster-based repository:
|
||||||
echo "deb https://dl.cloudsmith.io/public/pve-edge/kernel/deb/debian buster main" > /etc/apt/sources.list.d/pve-edge-kernel.list
|
```bash
|
||||||
```
|
echo "deb https://dl.cloudsmith.io/public/pve-edge/kernel/deb/debian buster main" > /etc/apt/sources.list.d/pve-edge-kernel.list
|
||||||
3. Install a kernel package:
|
```
|
||||||
```bash
|
If you are already on _Proxmox VE 7_, pick the Bullseye-based repository:
|
||||||
apt update
|
```bash
|
||||||
apt install pve-kernel-5.12-edge
|
echo "deb https://dl.cloudsmith.io/public/pve-edge/kernel/deb/debian bullseye main" > /etc/apt/sources.list.d/pve-edge-kernel.list
|
||||||
```
|
```
|
||||||
|
3. **Install a kernel package:**
|
||||||
|
```bash
|
||||||
|
apt update
|
||||||
|
apt install pve-kernel-5.12-edge
|
||||||
|
```
|
||||||
|
|
||||||
Package repository hosting is graciously provided by [Cloudsmith](https://cloudsmith.com).
|
Package repository hosting is graciously provided by [Cloudsmith](https://cloudsmith.com).
|
||||||
Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that
|
Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that
|
||||||
|
|
Loading…
Reference in a new issue