Skip to content

Commit

Permalink
Merge pull request #1614 from mjbright/patch-1
Browse files Browse the repository at this point in the history
Update vboxrun.sh to specify "Other_64" as ostype
  • Loading branch information
fwsGonzo authored Jan 4, 2018
2 parents 1cf072e + 4701598 commit 34bb08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/vboxrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ else
# Creating and registering the VM and adding a virtual IDE drive to it,
# then attaching the hdd image.
echo -e "\nCreating VM: $VMNAME ...\n"
$VB createvm --name "$VMNAME" --ostype "Other" --register
$VB createvm --name "$VMNAME" --ostype "Other_64" --register
$VB storagectl "$VMNAME" --name "IDE Controller" --add ide --bootable on
$VB storageattach "$VMNAME" --storagectl "IDE Controller" --port 0 --device 0 --type 'hdd' --medium "$targetLoc"

Expand Down

0 comments on commit 34bb08c

Please sign in to comment.