提交 1f5a2902 编写于 作者: C Chris Malley 提交者: Rusty Russell

Update lguest documentation to reflect the new virtual block device name.

Signed-off-by: NChris Malley <mail@chrismalley.co.uk>
Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
上级 2d37f94a
...@@ -69,7 +69,7 @@ Running Lguest: ...@@ -69,7 +69,7 @@ Running Lguest:
- Run an lguest as root: - 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: Explanation:
64: the amount of memory to use, in MB. 64: the amount of memory to use, in MB.
...@@ -80,10 +80,10 @@ Running Lguest: ...@@ -80,10 +80,10 @@ Running Lguest:
--tunnet=192.168.19.1: configures a "tap" device for networking with this --tunnet=192.168.19.1: configures a "tap" device for networking with this
IP address. 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. 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. kernel boot parameters.
- Configuring networking. I usually have the host masquerade, using - Configuring networking. I usually have the host masquerade, using
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册