mirror of https://github.com/BOINC/boinc.git
[Android] Change the Desktop Environment from Mate to Lubuntu in Vagrant
Lubuntu Desktop Environment is lighter than the Mate DE, which is very beneficial in a virtual environments situation. Lubuntu uses 194 MB RAM and 12,47 GB disk space, while Mate uses 435 MB RAM and 13,95 GB disk space.
This commit is contained in:
parent
8ad746ef94
commit
21a13079c2
|
@ -115,7 +115,7 @@ Vagrant.configure("2") do |config|
|
|||
add-apt-repository ppa:lyzardking/ubuntu-make
|
||||
apt-get --assume-yes update
|
||||
apt-get --assume-yes dist-upgrade -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --allow-downgrades --allow-remove-essential --allow-change-held-packages
|
||||
apt-get --assume-yes install ubuntu-mate-core virtualbox-guest-x11
|
||||
apt-get --assume-yes install lubuntu-core virtualbox-guest-x11
|
||||
apt-get --assume-yes install ubuntu-make git automake libtool pkg-config
|
||||
update-locale LC_ALL=en_US.UTF-8
|
||||
SHELL
|
||||
|
|
Loading…
Reference in New Issue