growpart
cloud guest utilities
Install
- All systems
-
curl cmd.cat/growpart.sh
- Debian
-
apt-get install cloud-utils
- Ubuntu
-
apt-get install bootstrap-vz
- Kali Linux
-
apt-get install bootstrap-vz
- CentOS
-
yum install cloud-utils-growpart
- Fedora
-
dnf install cloud-utils-growpart
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bootstrap-vz
- Raspbian
-
apt-get install cloud-utils
- Dockerfile
- dockerfile.run/growpart
cloud-guest-utils
cloud guest utilities
This package contains programs useful inside cloud instance. It contains 'growpart' for resizing a partition during boot, which is normally done with the aid of cloud-init.
bootstrap-vz
tool for creating Debian images for cloud platforms (CLI)
It's a software for creating Debian images to run on public or private clouds (Amazon, Google, OpenStack, Eucaliptus, etc). It's using bootstraping as a method for creating images. Images created by this tool are fully operational Debian Images for Cloud. Provisioning may be also be done with Salt, Puppet, Chef and Ansible.
cloud-utils-growpart
Script for growing a partition
cloud-utils
cloud image management utilities
This package provides a useful set of utilities for managing cloud images. The euca2ools package (a dependency of cloud-utils) provides an Amazon EC2 API compatible set of utilities for bundling kernels, ramdisks, and root filesystems, and uploading them to either EC2 or UEC. The tasks associated with image bundling are often tedious and repetitive. The cloud-utils package provides several scripts that wrap the complicated tasks with a much simpler interface.