python3-ramdisk-image-create

image building tools for Openstack - Python 3.x

Install

All systems
curl cmd.cat/python3-ramdisk-image-create.sh
Debian Debian
apt-get install python3-diskimage-builder
Ubuntu
apt-get install python3-diskimage-builder
image/svg+xml Kali Linux
apt-get install python3-diskimage-builder
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-diskimage-builder

python3-diskimage-builder

image building tools for Openstack - Python 3.x

Diskimage-builder tools are the components of TripleO that are responsible for building disk images. It has the core functionality for building disk images, filesystem images and ramdisk images for use with OpenStack (both virtual and bare metal). The core functionality includes the various operating system specific modules for disk/filesystem images, and deployment and hardware inventory ramdisks. The TripleO project also develops elements that can be used to deploy OpenStack itself. While users and operators can manually script or put together ram disks and disk images, mature automation makes customisation and testing easier. This package provides the Python 3.x version.