From 62cdb1477c5a8d3fca15e02418227bacb73b1a5a Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Tue, 4 Dec 2012 15:54:20 +0000 Subject: Enable ioapic in the development image for better performance --- create-vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-vm b/create-vm index 3ee0391..aadae44 100755 --- a/create-vm +++ b/create-vm @@ -62,7 +62,7 @@ VBoxManage createvm --name "$VM_VBOX_NAME" --ostype Linux26_64 --register # Configure the virtual machine -VBoxManage modifyvm "$VM_VBOX_NAME" --ioapic off --memory 1024 --nic1 nat +VBoxManage modifyvm "$VM_VBOX_NAME" --ioapic on --memory 1024 --nic1 nat # Configure the virtual machine's first hard disk -- cgit v1.2.1