Skip to content

Commit 2d2d588

Browse files
authored
2025-11-20 kernel update (#6)
* Updated kernel version to latest 6.1 LTS - 6.1.158 * Update README.md * Added config option CONFIG_RPCSEC_GSS_KRB5=y * Adding CONFIG_CRYPTO_DES=y * Enable NFSD * Kept 6.1.102 with original config file
1 parent da412a0 commit 2d2d588

File tree

3 files changed

+3287
-1
lines changed

3 files changed

+3287
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ This project automates the building of custom Linux kernels for Firecracker micr
2525
## Development Workflow
2626
- On every push, GitHub Actions will automatically build the kernels and save it as an artifact.
2727

28+
## New Kernel in E2B's infra
29+
_Note: these steps should give you new kernel on your self-hosted E2B using https://github.com/e2b-dev/infra_
30+
31+
- Copy the kernel build in your project's object storage under `e2b-*-fc-kernels`
32+
- In [packages/api/internal/cfg/model.go](https://github.com/e2b-dev/infra/blob/main/packages/api/internal/cfg/model.go) update `DefaultKernelVersion`
33+
- Build and deploy `api`
34+
2835
## License
2936

30-
This project is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.
37+
This project is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)