Skip to content

Instantly share code, notes, and snippets.

@the-paulus
Last active December 9, 2021 06:12
Show Gist options
  • Save the-paulus/37db73facacb37295b797104499366e7 to your computer and use it in GitHub Desktop.
Save the-paulus/37db73facacb37295b797104499366e7 to your computer and use it in GitHub Desktop.
Cheat sheet for installing VirtualBox's Guest Additions
eopkg upgrade -y
eopkg install -y -c system.devel
# LTS Kernel
eopkg install -y linux-lts linux-lts-headers xorg-server-devel
# Current Kernel
eopkg install -y linux-current-headers xorg-server-devel
reboot
sudo clr-boot-manager update
sudo $(df -h | grep sr0 | awk '{print $6}')/VBoxLinuxAdditions.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment