Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72274
b: refs/heads/master
c: 1f5a290
h: refs/heads/master
v: v3
  • Loading branch information
Chris Malley authored and Rusty Russell committed Oct 23, 2007
1 parent 0b7310f commit 5fd19c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d37f94a28170ca656438758fca577acb49a7932
refs/heads/master: 1f5a29022ac66bc90cbe2a2162f56e9cd7b393ef
6 changes: 3 additions & 3 deletions trunk/Documentation/lguest/lguest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 5fd19c5

Please sign in to comment.