diff options
author | Sheela <sheela.sequeira@gmail.com> | 2007-12-17 16:19:53 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-17 19:28:16 -0800 |
commit | 2e12a7fb0d79d011ff9e0b09b53ca4438e5604de (patch) | |
tree | 12e57ede14d794601ef98732733c1f7e4c0bbcf3 /Documentation/lguest | |
parent | 459e216429a04779216b61f0fb61938a459fd1ca (diff) | |
download | linux-3.10-2e12a7fb0d79d011ff9e0b09b53ca4438e5604de.tar.gz linux-3.10-2e12a7fb0d79d011ff9e0b09b53ca4438e5604de.tar.bz2 linux-3.10-2e12a7fb0d79d011ff9e0b09b53ca4438e5604de.zip |
Fix lguest documentation
Share net is not supported, Rusty is an "idiot" .
Signed-off-by: Sheela Sequeira <sheela.sequeira@gmail.com>
Reviewed-by: James Morris <jmorris@namei.org>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/lguest')
-rw-r--r-- | Documentation/lguest/lguest.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/lguest/lguest.txt b/Documentation/lguest/lguest.txt index 7885ab2d5f5..722d4e7fbeb 100644 --- a/Documentation/lguest/lguest.txt +++ b/Documentation/lguest/lguest.txt @@ -109,10 +109,6 @@ Running Lguest: See http://linux-net.osdl.org/index.php/Bridge for general information on how to get bridging working. -- You can also create an inter-guest network using - "--sharenet=<filename>": any two guests using the same file are on - the same network. This file is created if it does not exist. - There is a helpful mailing list at http://ozlabs.org/mailman/listinfo/lguest Good luck! |