aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorChris Malley <mail@chrismalley.co.uk>2007-10-21 21:27:54 -0400
committerRusty Russell <rusty@rustcorp.com.au>2007-10-23 01:49:57 -0400
commit1f5a29022ac66bc90cbe2a2162f56e9cd7b393ef (patch)
tree9cc0827eb6417522ce61ea36f26ca1e4415409f2 /Documentation
parent2d37f94a28170ca656438758fca577acb49a7932 (diff)
Update lguest documentation to reflect the new virtual block device name.
Signed-off-by: Chris Malley <mail@chrismalley.co.uk> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/lguest/lguest.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/lguest/lguest.txt b/Documentation/lguest/lguest.txt
index b60f0ab9de49..7885ab2d5f53 100644
--- a/Documentation/lguest/lguest.txt
+++ b/Documentation/lguest/lguest.txt
@@ -69,7 +69,7 @@ Running Lguest:
69 69
70- Run an lguest as root: 70- Run an lguest as root:
71 71
72 Documentation/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 --block=rootfile root=/dev/lgba 72 Documentation/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 --block=rootfile root=/dev/vda
73 73
74 Explanation: 74 Explanation:
75 64: the amount of memory to use, in MB. 75 64: the amount of memory to use, in MB.
@@ -80,10 +80,10 @@ Running Lguest:
80 --tunnet=192.168.19.1: configures a "tap" device for networking with this 80 --tunnet=192.168.19.1: configures a "tap" device for networking with this
81 IP address. 81 IP address.
82 82
83 --block=rootfile: a file or block device which becomes /dev/lgba 83 --block=rootfile: a file or block device which becomes /dev/vda
84 inside the guest. 84 inside the guest.
85 85
86 root=/dev/lgba: this (and anything else on the command line) are 86 root=/dev/vda: this (and anything else on the command line) are
87 kernel boot parameters. 87 kernel boot parameters.
88 88
89- Configuring networking. I usually have the host masquerade, using 89- Configuring networking. I usually have the host masquerade, using