|
@@ -75,7 +75,7 @@ have_tools = get_option('tools') \
|
|
.allowed()
|
|
.allowed()
|
|
have_ga = get_option('guest_agent') \
|
|
have_ga = get_option('guest_agent') \
|
|
.disable_auto_if(not have_system and not have_tools) \
|
|
.disable_auto_if(not have_system and not have_tools) \
|
|
- .require(targetos in ['sunos', 'linux', 'windows', 'freebsd'],
|
|
|
|
|
|
+ .require(targetos in ['sunos', 'linux', 'windows', 'freebsd', 'netbsd', 'openbsd'],
|
|
error_message: 'unsupported OS for QEMU guest agent') \
|
|
error_message: 'unsupported OS for QEMU guest agent') \
|
|
.allowed()
|
|
.allowed()
|
|
have_block = have_system or have_tools
|
|
have_block = have_system or have_tools
|