According to @marmarek's request
This commit is contained in:
Marta Marczykowska-Górecka 2018-02-10 23:34:59 +01:00
parent dc9f764baa
commit c1bb8ba2ad
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -123,7 +123,7 @@ class NewVmDlg(QtGui.QDialog, Ui_NewVMDlg):
properties['netvm'] = self.netvm_list[self.netvm.currentIndex()]
if self.install_system.isChecked():
properties['virt_mode'] = 'hvm'
properties['kernel'] = 'none'
properties['kernel'] = None
thread_monitor = ThreadMonitor()
thread = threading.Thread(target=self.do_create_vm,