From 69668bd0dd9388541ba0c672b76fc6dc6f29859d Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Sun, 10 May 2020 15:33:05 +0200 Subject: [PATCH] update README for master --- .gitattributes | 1 - README.md | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 3a19b95..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.deb filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index 66b08c0..8b18b6e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Realtime Kernel for Ubuntu 18.4 -These are `deb` packages built for Ubuntu Bionic. +These are `deb` packages built for Ubuntu Bionic. The packages are created following advice from [Stackoverflow](https://stackoverflow.com/questions/51669724/install-rt-linux-patch-for-ubuntu) and the [Panda manuals](https://frankaemika.github.io/docs/installation_linux.html#setting-up-the-real-time-kernel). ## Information @@ -16,7 +16,7 @@ Before the build, if the new kernel version contains new config keys, the corres - **⚠ 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](https://git-st.inf.tu-dresden.de/ceti/realtime-kernel/-/jobs/artifacts/ci/browse?job=build-kernel). +- [Download the latest kernel packages built by the CI](https://git-st.inf.tu-dresden.de/ceti/realtime-kernel/-/jobs/artifacts/master/browse?job=build-kernel). - Install the packages using `dpkg -i`. ## Verifying that the Realtime Kernel is Running @@ -40,4 +40,5 @@ Before the build, if the new kernel version contains new config keys, the corres @realtime hard priority 99 @realtime hard memlock 102400 ``` -- Log off and on again to let the group assignment and realtime priorities take effect (or, to be safe, restart). Use the command `groups` to check if the the current user belongs to the realtime group. \ No newline at end of file +- Log off and on again to let the group assignment and realtime priorities take effect (or, to be safe, restart). Use the command `groups` to check if the the current user belongs to the realtime group. + -- GitLab