Skip to content

Instantly share code, notes, and snippets.

@maxieduncan
Last active March 7, 2018 06:33
Show Gist options
  • Save maxieduncan/231d441eb5d4c0a0f0bbefb6c40b7b24 to your computer and use it in GitHub Desktop.
Save maxieduncan/231d441eb5d4c0a0f0bbefb6c40b7b24 to your computer and use it in GitHub Desktop.
Useful configuration options for SolarNetwork development VM https://github.com/SolarNetwork/solarnetwork-dev
# Useful options for https://github.com/SolarNetwork/solarnetwork-dev
# Examples of ubuntu desktop packages that can be used.
desktop_packages='virtualbox-guest-dkms virtualbox-guest-additions-iso lubuntu-desktop chromium-browser'
# desktop_packages='virtualbox-guest-dkms virtualbox-guest-additions-iso lubuntu-desktop'
# desktop_packages='virtualbox-guest-dkms virtualbox-guest-additions-iso xubuntu-desktop --no-install-recommends'
# desktop_packages='virtualbox-guest-dkms virtualbox-guest-additions-iso ubuntu-mate-core'
# Budgie blocks on the postfix configuration during a vagrant so should be used, can installed and used after the VM has provisioned however.
# desktop_packages='virtualbox-guest-dkms virtualbox-guest-additions-iso budgie-desktop-minimal'
# In this case Budgie causes an inssue with the postgresql installation and the shared folders don't mount
# desktop_packages='virtualbox-guest-dkms virtualbox-guest-additions-iso ubuntu-budgie-desktop --no-install-recommends'
# Increase the default harware settings
memory_size=4048
no_of_cpus=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment