Merge branch 'linux-build-instructions-issue-vm' into linux-build-instructions-issue-1809

Edit the virtual machine section of the instructions.
This commit is contained in:
BobCochran 2015-06-07 08:22:53 -04:00
commit 625c17fa24

View file

@ -27,15 +27,7 @@ managers such as yum. Or one can compile from source code.
## If You Use Virtual Machines For Building ## If You Use Virtual Machines For Building
If you plan to build electron on a virtual machine, you will need a fixed-size If you plan to build electron on a virtual machine, you will need a fixed-size
device container of at least 25 gigabytes in size. The default disk sizes device container of at least 25 gigabytes in size.
suggested by VirtualBox are much too small. You will risk running out of space.
If creating a Ubuntu virtual machine under VirtualBox, do not partition the
disk using LVM, which is the Ubuntu installer default. Instead do all
partitioning with ext4 which is offered as an alternative to LVM. This way
if your vdi container does run out of space, you can use VirtualBox and gparted
utilities to increase the container size without needing to resize
LVM Volume Groups as an additional task. You may never have a need for LVM
in a virtual machine.
## Getting the code ## Getting the code