From d53796d63c3d0ea8139cfb1768a21e7dfe72c353 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 13 Dec 2022 18:07:40 +0100 Subject: [PATCH] readme: update for current source state Signed-off-by: Thomas Lamprecht --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index bc0e116..b69aef9 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ KERNEL SOURCE: ============== -We currently use the Ubuntu kernel sources, available from: +We currently use the Ubuntu kernel sources, available from our mirror: - http://kernel.ubuntu.com/git/ubuntu/ubuntu-jammy.git/ + https://git.proxmox.com/?p=mirror_ubuntu-kernels.git;a=summary Ubuntu will maintain those kernels till: @@ -35,7 +35,7 @@ get applied with the `patch` tool. From a git point-of-view, the copied directory remains clean even with extra patches applied since it does not contain a .git directory, but a reference to the (still pristine) submodule: -$ cat build/ubuntu-jammy/.git +$ cat build/ubuntu-kernel/.git If you mistakenly cloned the upstream repo as "normal" clone (not via the submodule mechanics) this means that you have a real .git directory with its @@ -63,7 +63,7 @@ git clone git://git.proxmox.com/git/proxmox-ve.git pve-kernel-meta --------------- -depends on latest kernel and header package within a certain kernel series, +Depends on latest kernel and header package within a certain kernel series, e.g., pve-kernel-5.15 / pve-headers-5.15 git clone git://git.proxmox.com/git/pve-kernel-meta.git @@ -71,7 +71,7 @@ git clone git://git.proxmox.com/git/pve-kernel-meta.git pve-firmware ------------ -contains the firmware for all released PVE kernels. +Contains the firmware for all released PVE kernels. git clone git://git.proxmox.com/git/pve-firmware.git