add all ostype

This commit is contained in:
jiangcuo 2024-12-25 12:24:33 +08:00
parent e8bf69ad49
commit 69ebe22c82

View File

@ -127,16 +127,6 @@ index 2046a7c5..a958eb77 100644
},
description => {
optional => 1,
@@ -411,8 +440,7 @@ my $confdesc = {
ostype => {
optional => 1,
type => 'string',
- # NOTE: When extending, also consider extending `%guest_types` in `Import/ESXi.pm`.
- enum => [qw(other wxp w2k w2k3 w2k8 wvista win7 win8 win10 win11 l24 l26 solaris)],
+ enum => [qw(win11 l26 other)],
description => "Specify guest operating system.",
verbose_description => <<EODESC,
Specify guest operating system. This is used to enable special
@@ -606,9 +634,9 @@ EODESCR
},
cdrom => {