{"id":13588042,"url":"https://github.com/fabianishere/pve-edge-kernel","last_synced_at":"2025-10-31T05:03:13.551Z","repository":{"id":37611638,"uuid":"259450492","full_name":"fabianishere/pve-edge-kernel","owner":"fabianishere","description":"Newer Linux kernels for Proxmox VE 7","archived":false,"fork":false,"pushed_at":"2023-10-17T06:03:41.000Z","size":265605,"stargazers_count":370,"open_issues_count":2,"forks_count":51,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-06T07:40:10.171Z","etag":null,"topics":["bleeding-edge","kernel","linux","proxmox"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabianishere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"custom":"https://www.buymeacoffee.com/fabianishere"}},"created_at":"2020-04-27T20:50:33.000Z","updated_at":"2024-10-29T20:00:30.000Z","dependencies_parsed_at":"2024-01-15T15:48:04.440Z","dependency_job_id":"be9bb308-6a19-49cf-ad36-5d8ca7829ee0","html_url":"https://github.com/fabianishere/pve-edge-kernel","commit_stats":null,"previous_names":[],"tags_count":305,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianishere%2Fpve-edge-kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianishere%2Fpve-edge-kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianishere%2Fpve-edge-kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianishere%2Fpve-edge-kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabianishere","download_url":"https://codeload.github.com/fabianishere/pve-edge-kernel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247765107,"owners_count":20992238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bleeding-edge","kernel","linux","proxmox"],"created_at":"2024-08-01T15:06:28.822Z","updated_at":"2025-10-31T05:03:13.477Z","avatar_url":"https://github.com/fabianishere.png","language":"Shell","funding_links":["https://www.buymeacoffee.com/fabianishere"],"categories":["Shell"],"sub_categories":[],"readme":"# Proxmox Edge kernels\nCustom Linux kernels for Proxmox VE 7.\n\n#### Available Versions\n1. Linux 6.0\n\nOlder builds are still available at the [Releases](https://github.com/fabianishere/pve-edge-kernel/releases) page.\n\n## Installation\n[![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith\u0026style=flat-square)](https://cloudsmith.com)\n\nFirst, set up our Debian repository on your Proxmox installation: \n1. **Add the repository's GPG key:**  \n   ```bash\n   curl -1sLf 'https://dl.cloudsmith.io/public/pve-edge/kernel/gpg.8EC01CCF309B98E7.key' | gpg --dearmor -o /usr/share/keyrings/pve-edge-kernel.gpg\n   ```\n2. **Set up the `pve-edge-kernel` repository:**  \n   ```bash\n   echo \"deb [signed-by=/usr/share/keyrings/pve-edge-kernel.gpg] https://dl.cloudsmith.io/public/pve-edge/kernel/deb/debian bullseye main\" \u003e /etc/apt/sources.list.d/pve-edge-kernel.list\n   ```\n3. **Install a kernel package:**  \n   ```bash\n   apt update\n   apt install pve-kernel-6.0-edge\n   ```\n\nPackage repository hosting is graciously provided by  [Cloudsmith](https://cloudsmith.com).\nCloudsmith is the only fully hosted, cloud-native, universal package management solution, that\nenables your organization to create, store and share packages in any format, to any place, with total\nconfidence.\n\n### Manual\nAlternatively, you may manually install the kernels. Select from the [Releases](https://github.com/fabianishere/pve-edge-kernel/releases)\npage the kernel version you want to install and download the appropriate Debian package.\nThen, you can install the package as follows:\n\n```sh\napt install ./pve-kernel-VERSION_amd64.deb\n```\n\n## Building manually\nYou may also choose to manually build one of these kernels yourself.\n\n#### Prerequisites\nMake sure you have at least 10 GB of free space available and have the following\npackages installed:\n\n```bash\napt install devscripts debhelper equivs git\n```\n\n#### Obtaining the source\nObtain the source code as follows:\n```bash\ngit clone https://github.com/fabianishere/pve-edge-kernel\ncd pve-edge-kernel\n```\nThen, select the branch of your likings (e.g. `v6.0.x`) and update the submodules:\n```bash\ngit checkout v6.0.x\ngit submodule update --init --depth=1 --recursive linux\ngit submodule update --init --recursive\n```\n\n#### Building\nFirst, generate the Debian control file for your kernel by running the following\nin your command prompt:\n```bash\ndebian/rules debian/control\n```\nBefore we build, make sure you have installed the build dependencies:\n```bash\nsudo mk-build-deps -i\n```\nInvoking the following command will build the kernel and its associated packages:\n```bash\ndebuild -ePVE* --jobs=auto -b -uc -us\n```\nThe Makefile provides several environmental variables to control:\n\n1. `PVE_KERNEL_CC`  \n   The compiler to use for the kernel build.\n2. `PVE_KERNEL_CFLAGS`  \n   The compilation options to use for the kernel build. Use this variable to specify\n   the optimization level or micro architecture to build for.\n\nKernel options may be controlled from [debian/config/config.pve](debian/config/config.pve). To build with\nadditional patches, you may add them to the [debian/patches/pve](debian/patches/pve) directory\nand update the [series](debian/patches/series.linux) file accordingly.\n\n## Removal\nUse `apt` to remove individual kernel packages from your system. If you want\nto remove all packages from a particular kernel release, use the following\ncommand:\n\n```bash\napt remove pve-kernel-6.0*edge pve-headers-6.0*edge\n```\n\n## Contributing\nQuestions, suggestions and contributions are welcome and appreciated!\nYou can contribute in various meaningful ways:\n\n* Report a bug through [Github issues](https://github.com/fabianishere/pve-edge-kernel/issues).\n* Propose new patches and flavors for the project.\n* Contribute improvements to the documentation.\n* Provide feedback about how we can improve the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianishere%2Fpve-edge-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabianishere%2Fpve-edge-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianishere%2Fpve-edge-kernel/lists"}