summaryrefslogtreecommitdiff
path: root/create-vm
diff options
context:
space:
mode:
Diffstat (limited to 'create-vm')
-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