From 048aaed0dbfb748d69a4a27e7c2385a796a8a76c Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Thu, 29 Jul 2021 20:18:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83cb983..1d3ac65 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For more information, also consult [Stackoverflow](https://stackoverflow.com/que - **⚠ ATTENTION** Make sure secureboot is disabled. Currently, the compiled kernel is unsigned and thus, will not work with secureboot. - **⚠ ATTENTION** The repository does not contain the kernel packges, they are built by the CI and and can be downloaded. -- Download the latest kernel packages built by the CI [[as individual files]](https://git-st.inf.tu-dresden.de/ceti/realtime-kernel/-/jobs/artifacts/master/browse?job=build-kernel) [[as archive]](https://git-st.inf.tu-dresden.de/ceti/realtime-kernel/-/jobs/artifacts/master/download?job=build-kernel). +- Download the latest kernel packages built by the CI [[as individual files]](https://git-st.inf.tu-dresden.de/ceti/realtime-kernel/-/jobs/artifacts/noetic/browse?job=build-kernel) [[as archive]](https://git-st.inf.tu-dresden.de/ceti/realtime-kernel/-/jobs/artifacts/noetic/download?job=build-kernel). - Install all three packages using `sudo dpkg -i <package-file-name>`. ## Verifying that the Realtime Kernel is Running -- GitLab