Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lguest: fix paths in comments

After commit 07fe997, lguest tool has already moved from
Documentation/virtual/lguest/ to tools/lguest/.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

authored by

Wanlong Gao and committed by
Rusty Russell
289d1054 6dbe51c2

+3 -4
+2 -3
drivers/lguest/Kconfig
··· 5 5 ---help--- 6 6 This is a very simple module which allows you to run 7 7 multiple instances of the same Linux kernel, using the 8 - "lguest" command found in the Documentation/virtual/lguest 9 - directory. 8 + "lguest" command found in the tools/lguest directory. 10 9 11 10 Note that "lguest" is pronounced to rhyme with "fell quest", 12 - not "rustyvisor". See Documentation/virtual/lguest/lguest.txt. 11 + not "rustyvisor". See tools/lguest/lguest.txt. 13 12 14 13 If unsure, say N. If curious, say M. If masochistic, say Y.
+1 -1
tools/lguest/lguest.txt
··· 70 70 71 71 - Run an lguest as root: 72 72 73 - Documentation/virtual/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 \ 73 + tools/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 \ 74 74 --block=rootfile root=/dev/vda 75 75 76 76 Explanation: