Skip to content

Commit 5d424b3

Browse files
committed
Use SATA HDD interface
Done #14
1 parent 47db9ca commit 5d424b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"shutdown_command": "sudo poweroff",
1212
"guest_additions_mode": "disable",
1313
"guest_os_type": "Linux26_64",
14+
"hard_drive_interface": "sata",
1415
"vboxmanage": [
1516
["modifyvm", "{{.Name}}", "--memory", "512"],
1617
["modifyvm", "{{.Name}}", "--nictype1", "virtio"],

0 commit comments

Comments
 (0)