Skip to content

Commit

Permalink
Merge pull request #817 from NethServer/issue816
Browse files Browse the repository at this point in the history
Hypervisor tools as optional packages

#817
  • Loading branch information
gsanchietti authored Oct 3, 2024
2 parents d63f624 + e09f172 commit 361ff30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions config/qemu.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# qemu guest agent
CONFIG_PACKAGE_libattr=y
CONFIG_PACKAGE_glib2=y
CONFIG_PACKAGE_libffi=y
CONFIG_PACKAGE_qemu-ga=y
CONFIG_PACKAGE_virtio-console-helper=y
CONFIG_PACKAGE_qemu-ga=m
1 change: 1 addition & 0 deletions config/vmware.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_PACKAGE_open-vm-tools=m

0 comments on commit 361ff30

Please sign in to comment.