diff --git a/DevelopmentWorkflow.md b/DevelopmentWorkflow.md index 608e41b1..dbe477e2 100644 --- a/DevelopmentWorkflow.md +++ b/DevelopmentWorkflow.md @@ -73,6 +73,8 @@ Now change the configuration. For example, in kernel-3.4.18/linux-3.4.18: make menuconfig ``` +Copy the modified config back into the kernel tree: + ``` {.wiki} cp .config ../../../config-pvops ```