Skip to content

Commit 34bb08c

Browse files
authored
Merge pull request #1614 from mjbright/patch-1
Update vboxrun.sh to specify "Other_64" as ostype
2 parents 1cf072e + 4701598 commit 34bb08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/vboxrun.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ else
7979
# Creating and registering the VM and adding a virtual IDE drive to it,
8080
# then attaching the hdd image.
8181
echo -e "\nCreating VM: $VMNAME ...\n"
82-
$VB createvm --name "$VMNAME" --ostype "Other" --register
82+
$VB createvm --name "$VMNAME" --ostype "Other_64" --register
8383
$VB storagectl "$VMNAME" --name "IDE Controller" --add ide --bootable on
8484
$VB storageattach "$VMNAME" --storagectl "IDE Controller" --port 0 --device 0 --type 'hdd' --medium "$targetLoc"
8585

0 commit comments

Comments
 (0)