Last active
March 6, 2019 14:51
-
-
Save caio2k/9eee01a4d8f565d149348709c418f2b3 to your computer and use it in GitHub Desktop.
vagrantbox improvements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ add 5GB more in the vm | |
d-i pkgsel/include string openssh-server nfs-common ntpdate ntp vim ansible build-essential apt-transport-https curl snapd docker-compose virtualbox-guest-x11 git vanilla-gnome-desktop linux-generic-hwe-18.04 xserver-xorg-hwe-18.04 | |
cat /etc/apt/sources.list.d/disco.list | |
deb http://ubuntu.cica.es/ubuntu/ disco main restricted universe multiverse | |
cat /etc/apt/preferences.d/disco.pref | |
Package: * | |
Pin: release o=Ubuntu, a=disco | |
Pin-Priority: 50 | |
apt-get update | |
apt-get install -t disco virtualbox-guest-utils-hwe virtualbox-guest-x11-hwe | |
apt remove --purge libreoffice-* | |
apt remove --purge linux-image-generic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment