Skip to content

Commit aa7bd6c

Browse files
Merge pull request #77 from AmedeeBulle/vboxadd
fix(olss): 🐛 ol8uek7 use toolset v11 to rebuild GA.
2 parents eca3256 + 291563d commit aa7bd6c

File tree

1 file changed

+3
-0
lines changed
  • oracle-linux-image-tools/cloud/vagrant-virtualbox

1 file changed

+3
-0
lines changed

oracle-linux-image-tools/cloud/vagrant-virtualbox/provision.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ cloud::install_agent()
8383
5.15.0-*.el8uek*)
8484
# shellcheck disable=SC2016
8585
sed -i '/PATH=$PATH/a PATH="/opt/rh/gcc-toolset-11/root/usr/bin:$PATH"' /usr/sbin/rcvboxadd
86+
for ga in /opt/VBoxGuestAdditions*; do
87+
cp /usr/sbin/rcvboxadd "${ga}/init/vboxadd"
88+
done
8689
esac
8790

8891
}

0 commit comments

Comments
 (0)