Sha256: 0b30f67664c8cfa7717bfb8648de932556f273b8dffc49652ea678eb7f8aa149
Contents?: true
Size: 475 Bytes
Versions: 16
Compression:
Stored size: 475 Bytes
Contents
#!/bin/bash # Requires # reboot.sh # user.sh # Adapted from https://wiki.archlinux.org/index.php/VirtualBox # Install and set up VirtualBox Guest Additions pacman -S --noconfirm virtualbox-guest-utils cat <<EOF > /etc/modules-load.d/virtualbox.conf vboxguest vboxsf vboxvideo EOF # For shared folders to work groupadd vboxsf gpasswd -a veewee vboxsf # To synchronise guest date with host and for auto-mounting of shared folders systemctl enable vboxservice.service
Version data entries
16 entries across 16 versions & 1 rubygems