From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: [PATCH] xmexample-vmxassist.patch Date: Fri, 10 Jun 2005 11:09:38 -0700 Message-ID: <20050610180938.GA9862@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt , Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Update VMX config for vmxassist. Signed-off-by: Arun Sharma --- a/tools/examples/xmexample.vmx Fri Jun 10 18:06:55 2005 +++ b/tools/examples/xmexample.vmx Fri Jun 10 11:08:18 2005 @@ -8,7 +8,7 @@ #---------------------------------------------------------------------------- # Kernel image file. -kernel = "/boot/vmlinuz-rhel3-static" +kernel = "/usr/lib/xen/boot/vmxloader" # Optional ramdisk. #ramdisk = "/boot/initrd.gz" @@ -75,7 +75,7 @@ #nfs_root = '/full/path/to/root/directory' # Sets runlevel 4. -extra = "acpi=off console=ttyS0 console=tty0 1" +#extra = "acpi=off console=ttyS0 console=tty0 1" #---------------------------------------------------------------------------- # Set according to whether you want the domain restarted when it exits.