[PLD Linux VM images] --- https://www.pld-linux.org/people/glen/vm-info?rev=1375822916 +++ https://www.pld-linux.org/people/glen/vm-info @@ -10,8 +10,20 @@ <code> $ tar xf pld64.box $ qemu-img convert -c -O qcow2 box-disk1.vmdk pld.qcow2 </code> + + ==== 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> + ==== Contents ==== Packages listing of the vm image. This is base image, thus containing only packages that you can ''ssh'' in
Diff URL: https://www.pld-linux.org/people/glen/vm-info?do=diff&r1=1375822916&r2=1375912036 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
