This repo does not appear to work any longer:
https://github.com/proxmox/pve-kernel/tree/master
The first thing it wants to do is clone the submodules that do not exist at their specified remotes.
Neither of the submodules exist on the Proxmox git
Am I missing something? Is there a new workflow for building the kernel from source?
https://github.com/proxmox/pve-kernel/tree/master
The first thing it wants to do is clone the submodules that do not exist at their specified remotes.
Code:
fatal: repository 'https://github.com/proxmox/mirror_ubuntu-kernels/' not found
Neither of the submodules exist on the Proxmox git
Code:
[submodule "submodules/zfsonlinux"]
path = submodules/zfsonlinux
url = ../zfsonlinux
[submodule "submodules/ubuntu-kernel"]
path = submodules/ubuntu-kernel
url = ../mirror_ubuntu-kernels
Am I missing something? Is there a new workflow for building the kernel from source?