User Tools

Site Tools


packages:vagrant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
packages:vagrant [2013-08-07 23:40]
glen
packages:vagrant [2013-08-07 23:45]
glen add grow disk sample
Line 38: Line 38:
  
 the ''​.box''​ is actually [[https://​github.com/​mitchellh/​vagrant/​issues/​1741|importable by plain VirtualBox]] as well if you rename the file as ''​.ova'',​ on [[ftp://​ftp.pld-linux.org/​people/​glen/​vm/​|ftp]] there are symlinks for .ova files made for convenience. the ''​.box''​ is actually [[https://​github.com/​mitchellh/​vagrant/​issues/​1741|importable by plain VirtualBox]] as well if you rename the file as ''​.ova'',​ on [[ftp://​ftp.pld-linux.org/​people/​glen/​vm/​|ftp]] there are symlinks for .ova files made for convenience.
 +
 +===== Grow a disk =====
 +
 +The VM contains 80GiB disk in LVM PV, default LVM allocation is rather minimal to get base packages installed and may be small when you actually copy files there.
 +
 +To increase rootfs by 2GiB:
 +<code bash>
 +poldek -u xfsprogs
 +lvextend --size=+2G /​dev/​sys/​rootfs
 +xfs_growfs /
 +</​code>​
  
 ===== What next? ===== ===== What next? =====
packages/vagrant.txt ยท Last modified: 2016-05-11 12:43 by glen