From b5ebab7ce2a8c30f400465270485eca58583e56e Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sun, 25 Aug 2024 22:02:43 -0700 Subject: [PATCH] feature(kernel): switch to linux-kernel-oci images --- doc/admin-guide/custom-kernels.md | 4 ++-- hack/kernel/fetch.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/admin-guide/custom-kernels.md b/doc/admin-guide/custom-kernels.md index 4979730..9babf86 100644 --- a/doc/admin-guide/custom-kernels.md +++ b/doc/admin-guide/custom-kernels.md @@ -94,10 +94,10 @@ It is possible to copy these options into a `.config` file and then use `make olddefconfig` to build the rest of the kernel configuration, which you can then use to build a kernel as desired. -The [kernels][edera-kernels] repository provides some example configurations +The [linux-kernel-oci][edera-linux-kernel-oci] repository provides some example configurations and can generate a Dockerfile which will build a kernel image. - [edera-kernels]: https://github.com/edera-dev/kernels + [edera-linux-kernel-oci]: https://github.com/edera-dev/linux-kernel-oci Minimum requirements for a host kernel -------------------------------------- diff --git a/hack/kernel/fetch.sh b/hack/kernel/fetch.sh index 1bbe207..474f615 100755 --- a/hack/kernel/fetch.sh +++ b/hack/kernel/fetch.sh @@ -16,4 +16,4 @@ fi export TARGET_ARCH TARGET_ARCH="" TARGET_LIBC="" RUST_TARGET="${HOST_RUST_TARGET}" ./hack/build/cargo.sh build -q --bin build-fetch-kernel -exec "target/${HOST_RUST_TARGET}/debug/build-fetch-kernel" "ghcr.io/edera-dev/kernels:latest" +exec "target/${HOST_RUST_TARGET}/debug/build-fetch-kernel" "ghcr.io/edera-dev/linux-kernel:latest"