# guestfs-tools/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. Example of a procedure supported by this package: # Resize a partition: # This example assumes a simple ".qcow2" disk image with "/dev/sda1" # as the boot partition and "/dev/sda2" as the primary partition. qemu-img resize moo.qcow2 +5G # Increase disk size by 5GB cp -p moo.qcow2 orig.qcow2 # List filesystems on the disk virt-filesystems --long -h --all -a moo.qcow2 # Review "virt-filesystems" output and identify the partition to be # expanded. In this case, we'll assume that it's "/dev/sda2". # Expand partition to use the disk # space added previously virt-resize --expand /dev/sda2 orig.qcow2 moo.qcow2 # Test the modified copy of "moo.qcow2". If it's believed to be work- # ing, "orig.qcow2" can be deleted. #--------------------------------------------------------------------- [buildtimes] 00.03 hours (or 001.68 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM #--------------------------------------------------------------------- [settings] build = default defer = glibc64 license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 116M dontfind = fuse209 setpaths = \ acl fuse310 libffi libgmp libxcrypt ocaml \ numactl postgresql libxcrypt libguestfs ncurses openssl #--------------------------------------------------------------------- [depends] actools fusecore gawk grep libguestfs ncurses ocaml openssl sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE autoreconf -fi bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE sed -e 's@ -ltinfo@ -lncurses@g' \ -i `find . -type f -name Makefile` #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian_page = tbd url_home = tbd url_lfs = tbd url_tarball = https://download.libguestfs.org/guestfs-tools/\ 1.52-stable/guestfs-tools-1.52.0.tar.gz #--------------------------------------------------------------------- [history] 211209 Added package. Started with 1.46.1. 220505 Updated to 1.48.0 230122 Updated to 1.48.3 240708 Updated to 1.52.0