Hi,
i just had the need to build the Proxmox by myself (to patch it) and want to document the steps made here:
1. Install build dependencies (i got these from the pve-kernel/debian/control file):
2. Clone proxmox-kernel
3. initialize the submodules
If that fails Fabian told me that you have cd in each submodule and do "git fetch --tags"
4. Make the kernel
It will build with ALL cores
i just had the need to build the Proxmox by myself (to patch it) and want to document the steps made here:
1. Install build dependencies (i got these from the pve-kernel/debian/control file):
Code:
apt install asciidoc-base automake bc bison cpio debhelper dh-python file flex gcc git kmod libdw-dev libelf-dev libiberty-dev libnuma-dev libpve-common-perl libslang2-dev libssl-dev libtool lintian lz4 perl-modules python-minimal rsync sed sphinx-common tar xmlto zlib1g-dev
2. Clone proxmox-kernel
Code:
git clone https://git.proxmox.com/git/pve-kernel.git
3. initialize the submodules
Code:
make submodule
If that fails Fabian told me that you have cd in each submodule and do "git fetch --tags"
4. Make the kernel
Code:
make
It will build with ALL cores