From 5fd19c5c4e5f6547d9c4bb367c2c784a890423b3 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Mon, 22 Oct 2007 11:27:54 +1000 Subject: [PATCH] --- yaml --- r: 72274 b: refs/heads/master c: 1f5a29022ac66bc90cbe2a2162f56e9cd7b393ef h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/lguest/lguest.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 4b1f86551a8f..1be817cc3fd4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d37f94a28170ca656438758fca577acb49a7932 +refs/heads/master: 1f5a29022ac66bc90cbe2a2162f56e9cd7b393ef diff --git a/trunk/Documentation/lguest/lguest.txt b/trunk/Documentation/lguest/lguest.txt index b60f0ab9de49..7885ab2d5f53 100644 --- a/trunk/Documentation/lguest/lguest.txt +++ b/trunk/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