diff --git a/buildvbox.cpp b/buildvbox.cpp index 89634ca..b9bc0d4 100644 --- a/buildvbox.cpp +++ b/buildvbox.cpp @@ -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());