1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

VirtualBox: reduce SATA portcount to 2

This commit is contained in:
Ivan Mikushin
2015-03-09 19:34:24 +05:00
parent 75b40d8168
commit bd5c6e0898

View File

@@ -29,7 +29,7 @@ VBoxManage createhd --format vmdk --filename ./dist/artifacts/$VM.vmdk --size 40
VBoxManage createvm --name $VM --ostype "Linux_64" --register
VBoxManage storagectl $VM --name "SATA" --add sata
VBoxManage storagectl $VM --name "SATA" --add sata --portcount 2
VBoxManage storageattach $VM --storagectl "SATA" --port 0 --type hdd --medium ./dist/artifacts/$VM.vmdk
VBoxManage storageattach $VM --storagectl "SATA" --port 1 --type dvddrive --medium ${RANCHER_ISO}