1RPM-OSTREE-TOOLBOX(1) rpm-ostree-toolbox RPM-OSTREE-TOOLBOX(1)
2
3
4
6 rpm-ostree-toolbox - Set of utilities for rpm-ostree composing
7
9 rpm-ostree-toolbox {COMMAND} [OPTIONS...]
10
12 rpm-ostree-toolbox contains a set of utilities that use the core
13 rpm-ostree.
14
16 create-vm-disk
17 Takes a given ref from an OSTree repository, and creates a .qcow2
18 formatted disk image from it. This uses libguestfs to create a FUSE
19 mount, and then data is copied into the disk. At the moment, the
20 partition layout and image size are completely fixed. This utility
21 is intended primarily for testing and creating VM images with
22 simple layouts, such as cloud images.
23
24 image-factory
25 With imagefactory, you can create various virtualized images with
26 libvirt related tooling. Currently it is capable of making qcow2,
27 raw, vsphere, and rhevm images. This can be altered with the -i
28 argument.
29
30 These need to reference an installer image.
31
32 installer
33 This command creates ISO and PXE images that can be used as install
34 media. This can either be done with a container-based approach or
35 using libvirt.
36
37 repoweb
38 The core OSTree data format is designed to be served by a static
39 webserver, but it's binary and not easily parsable via JavaScript
40 in web pages. This tool creates a cache of JSON formatted files for
41 the repository that can be easily read by client-side JavaScript.
42
43 treecompose
44 This allows you to create a tree of ostree content. It takes
45 various inputs from a JSON file to perform most of its actions.
46 When complete, you will have an ostree with content suitable for
47 creating disk images.
48
50 rpm-ostree(1), rpm(8)
51
52
53
54rpm-ostree-toolbox RPM-OSTREE-TOOLBOX(1)