Added Alma support

This commit is contained in:
Greg Hellings
2024-01-09 17:57:49 -06:00
parent c2b661c8bf
commit 4caccc6bcf
14 changed files with 403 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -ex
packages=(gcc make bzip2 kernel-devel elfutils-libelf-devel)
dnf install -y "${packages[@]}"
mount -t auto /home/vagrant/VBoxGuestAdditions.iso /mnt
/mnt/VBoxLinuxAdditions.run install --nox11 2>&1 | tee /root/vbox_addon_install.log
umount /mnt
rm /home/vagrant/VBoxGuestAdditions.iso