diff options
author | Chris Malley <mail@chrismalley.co.uk> | 2007-10-22 11:27:54 +1000 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-23 15:49:57 +1000 |
commit | 1f5a29022ac66bc90cbe2a2162f56e9cd7b393ef (patch) | |
tree | 9cc0827eb6417522ce61ea36f26ca1e4415409f2 | |
parent | 2d37f94a28170ca656438758fca577acb49a7932 (diff) | |
download | linux-3.10-1f5a29022ac66bc90cbe2a2162f56e9cd7b393ef.tar.gz linux-3.10-1f5a29022ac66bc90cbe2a2162f56e9cd7b393ef.tar.bz2 linux-3.10-1f5a29022ac66bc90cbe2a2162f56e9cd7b393ef.zip |
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>
-rw-r--r-- | Documentation/lguest/lguest.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/lguest/lguest.txt b/Documentation/lguest/lguest.txt index b60f0ab9de4..7885ab2d5f5 100644 --- a/Documentation/lguest/lguest.txt +++ b/Documentation/lguest/lguest.txt @@ -69,7 +69,7 @@ Running Lguest: - Run an lguest as root: - Documentation/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 --block=rootfile root=/dev/lgba + Documentation/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 --block=rootfile root=/dev/vda Explanation: 64: the amount of memory to use, in MB. @@ -80,10 +80,10 @@ Running Lguest: --tunnet=192.168.19.1: configures a "tap" device for networking with this IP address. - --block=rootfile: a file or block device which becomes /dev/lgba + --block=rootfile: a file or block device which becomes /dev/vda inside the guest. - root=/dev/lgba: this (and anything else on the command line) are + root=/dev/vda: this (and anything else on the command line) are kernel boot parameters. - Configuring networking. I usually have the host masquerade, using |