diff --git a/osc_tui/createVm.py b/osc_tui/createVm.py index 315497b..a14ac71 100644 --- a/osc_tui/createVm.py +++ b/osc_tui/createVm.py @@ -209,7 +209,7 @@ def create(): value=SG.get_value() if SG else 0, ) global CPU - cpu_vals = "GEN 2|GEN 3|GEN 4|GEN 5".split("|") + cpu_vals = "GEN 3|GEN 4|GEN 5|GEN 6".split("|") CPU = self.add_widget( OscCombo, name="Cpu",