This commit is contained in:
img2tab
2019-01-19 10:07:10 +00:00
committed by GitHub
parent ce4acd1641
commit 7c4f894430
+2 -2
View File
@@ -165,8 +165,8 @@ else
--variant fixed 2>/dev/tty --variant fixed 2>/dev/tty
fi fi
# Attach the target virtual disk image, the EFI drivers, # Attach virtual disk images of the base system, installation, and target
# and the base system in the virtual machine: # to the virtual machine
VBoxManage storagectl "${vmname}" --add sata --name SATA --hostiocache on VBoxManage storagectl "${vmname}" --add sata --name SATA --hostiocache on
VBoxManage storageattach "${vmname}" --storagectl SATA --port 0 \ VBoxManage storageattach "${vmname}" --storagectl SATA --port 0 \
--type hdd --nonrotational on --medium "${vmname}.vdi" --type hdd --nonrotational on --medium "${vmname}.vdi"