rdbreak / rhce8env

This is a RHCE 8 study environment built with Vagrant/Ansible
https://join.slack.com/t/redhat-certs/shared_invite/zt-hpc829w5-8J60PBmh_5E_nfeBkbfzIA
MIT License
117 stars 52 forks source link

Virtualbox guest additions is outdated on the images. #5

Closed Oddly closed 4 years ago

Oddly commented 4 years ago

Maybe use a Ansible role to update the guest additions to the latest version automatically. This would resolve the shared folder on Mac not working. For example: https://github.com/PeterMosmans/ansible-role-virtualbox-guest

rdbreak commented 4 years ago

I experimented with guest additions at the beginning of development and it caused more problems than it fixed. I'll give it another look soon though. Thanks!

Oddly commented 4 years ago

Alright. I only brought it up because I saw that the guest additions were already installed, it complained about it being another version than the virtualbox version installed on my Mac. It's not needed for me, maybe a nice to have for when you have time.