This commit is contained in:
gfdgd xi 2023-11-11 21:41:46 +08:00
parent 8b0d0f1018
commit f20565af53

View File

@ -161,7 +161,10 @@ buildvbox::buildvbox(QString isoPath, int id, int vm){
}
else{
//vm.AutoInstall(isoPath);
vm.MountMainISO(isoPath);
if(isoPath != ""){
vm.MountMainISO(isoPath);
}
}
vm.SetCPU(get_nprocs(), GetCPUSocket(), GetCPUCore());