readme: update for current source state

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-12-13 18:07:40 +01:00
parent 71031b0bc3
commit d53796d63c

10
README
View File

@ -1,9 +1,9 @@
KERNEL SOURCE: 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: 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 directory remains clean even with extra patches applied since it does not
contain a .git directory, but a reference to the (still pristine) submodule: 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 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 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 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 e.g., pve-kernel-5.15 / pve-headers-5.15
git clone git://git.proxmox.com/git/pve-kernel-meta.git 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 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 git clone git://git.proxmox.com/git/pve-firmware.git