From: Benjamin Drung Date: Sat, 19 Aug 2023 14:34:52 +0000 (+0200) Subject: docs: set KVERSION for running test suite X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=23389f6d48871212eba46e34db67e0c9f4368078;p=thirdparty%2Fdracut.git docs: set KVERSION for running test suite Running the test suite in podman will most likely require setting `KVERSION` because the running Linux kernel version will most likely be different to the kernel version in the container. Signed-off-by: Benjamin Drung --- diff --git a/docs/HACKING.md b/docs/HACKING.md index 579d81d6a..6a19434c7 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -240,7 +240,7 @@ $ podman run --rm -it \ # ./configure # make -j $(getconf _NPROCESSORS_ONLN) # cd test -# make V=1 SKIP="16 60 61" clean check +# make KVERSION="$(cd /lib/modules && ls -1 | tail -1)" V=1 SKIP="16 60 61" clean check ``` with `[CONTAINER]` being one of the