We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the NethSecurity image ships qemu tools directly inside the image. Users have requested access also to VMWare tools.
Proposed solution
Remove all tools from the image and provide them as optional packages
Involved packages:
Benefits of this solution:
Please note that optional packages will not be preserved across image upgrades. System administrator will have to reinstall them, if needed.
The text was updated successfully, but these errors were encountered:
Testing image version: 8-23.05.5-ns.1.2.99-alpha1-46-g361ff301ea
Sorry, something went wrong.
Test case 1: qemu
opkg update && opkg install qemu-ga
/etc/init.d/qemu-ga start
ps aux | grep qemu-ga
Test case 2: vmware
opkg update && opkg install open-vm-tools
/etc/init.d/vmtoolsd start
Both packages install, however they only work after a reboot (which is kinda understandable due to the nature of the packages)
If this is acceptable, the issue is verified.
No branches or pull requests
Currently the NethSecurity image ships qemu tools directly inside the image.
Users have requested access also to VMWare tools.
Proposed solution
Remove all tools from the image and provide them as optional packages
Involved packages:
Benefits of this solution:
Please note that optional packages will not be preserved across image upgrades.
System administrator will have to reinstall them, if needed.
The text was updated successfully, but these errors were encountered: