Make sata/IntelAHCI the default virtual disk controller

This commit is contained in:
computezrmle 2022-02-09 08:51:33 +01:00 committed by GitHub
parent c0b5a52ff4
commit 4da102a20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ void VBOX_JOB::clear() {
copy_cmdline_to_shared = false;
// Initialize default values
vm_disk_controller_type = "ide";
vm_disk_controller_model = "PIIX4";
vm_disk_controller_type = "sata";
vm_disk_controller_model = "IntelAHCI";
}
int VBOX_JOB::parse() {