mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 19:32:23 +00:00
fix #1113: preserve LSI controller for legacy Oses
The SCSI HW type handling will be made in the Wizard class, removing from here.
This commit is contained in:
parent
2145398fbe
commit
c149681d61
@ -111,10 +111,6 @@ Ext.define('PVE.qemu.HDInputPanel', {
|
||||
|
||||
params[confid] = PVE.Parser.printQemuDrive(me.drive);
|
||||
|
||||
if (me.insideWizard) {
|
||||
params.scsihw = PVE.qemu.OSDefaults.generic.scsihw;
|
||||
}
|
||||
|
||||
return params;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user