summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2025-03-24 11:03:23 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2025-03-24 11:03:23 -0400
commit98a3de85387d6a78f6f8d74387668bf0f32caaf2 (patch)
tree8988ac637c7af936b61fb9ec9e952df2213634c6
parentc2dc07bc81851bcd1270bffc6e4a33dfbb374ef0 (diff)
README update
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9606ba5..01d4baf 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ options, scratch devices, timeouts, etc).
DEPENDENCIES:
=============
- * standard build tools (gcc, make)
+ * standard kernel build tools
* qemu
* minicom
* socat
@@ -25,6 +25,8 @@ DEPENDENCIES:
You'll need an ssh key in $HOME/.ssh for build-test-kernel ssh to work; it adds
your public key to the vm's authorized_keys.
+The user running ktest should also be added to the kvm group.
+
ktest should work on any Linux distribution.
GETTING STARTED: