diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-03-24 11:03:23 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-03-24 11:03:23 -0400 |
commit | 98a3de85387d6a78f6f8d74387668bf0f32caaf2 (patch) | |
tree | 8988ac637c7af936b61fb9ec9e952df2213634c6 | |
parent | c2dc07bc81851bcd1270bffc6e4a33dfbb374ef0 (diff) |
README update
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |