aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/lguest
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/lguest')
-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