aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormischa <meierm@cs.uni-bonn.de>2022-07-08 22:21:58 +0000
committerDmitry Vyukov <dvyukov@google.com>2022-07-11 11:43:02 +0200
commitda3d6955d5ab2888e1d0a86d6401d2aaf48406f3 (patch)
tree2e68dff568d0908563ddfcb431232dde33d518ef /docs
parentf3f217ff1d92c75c6f1471fbc5f18d31ac4941aa (diff)
docs/linux: updated kvm config command
'make kvmconfig' was replaced with 'make kvm_guest.config' after linux 5.10.
Diffstat (limited to 'docs')
-rw-r--r--docs/linux/kernel_configs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/kernel_configs.md b/docs/linux/kernel_configs.md
index b6dc311c2..088adb191 100644
--- a/docs/linux/kernel_configs.md
+++ b/docs/linux/kernel_configs.md
@@ -51,7 +51,7 @@ For `namespace` sandbox:
CONFIG_USER_NS=y
```
-For running in VMs `make kvmconfig` is generally required.
+For running in VMs `make kvm_guest.config` is generally required.
Debian images produced by [tools/create-image.sh](/tools/create-image.sh) also require:
```