summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2012-12-04 15:54:20 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2012-12-04 15:54:20 +0000
commit62cdb1477c5a8d3fca15e02418227bacb73b1a5a (patch)
tree114763ba4aa6949a093c64bfd6a8470cf37a039b
parent1a992506bd14eda04878c2f15c58e004b4edb190 (diff)
downloadgenivi-initial-setup-62cdb1477c5a8d3fca15e02418227bacb73b1a5a.tar.gz
Enable ioapic in the development image for better performance
-rwxr-xr-xcreate-vm2
1 files changed, 1 insertions, 1 deletions
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