Commit graph

6 commits

Author SHA1 Message Date
Major Hayden
0f32f35756 📦 Use raw image format for AWS
Although the vhdx format is smaller than raw, AWS often has some issues
booting instances from an imported vhdx snapshot. The raw format seems
to boot consistently at AWS.

Fixes #754.

Signed-off-by: Major Hayden <major@redhat.com>
2020-07-02 13:11:11 -05:00
Martin Sehnoutka
282763a977 image-types: link the Azure requirements
This patch makes it easier to find the right document describing image
requirements for Linux VM images. It does not link the RHEL page
specifically because it is mainly for RHEL 6 and 7 whereas we build RHEL
8. It instead links documentation for generic Linux distribution.
2020-06-17 20:42:17 +02:00
Lars Karlitski
5299e7e242 image-types/rhel8: add kvm, azure, and vmware
These are fairly bare-bones right now, but include them for
completeness.
2020-05-27 22:47:14 +02:00
Lars Karlitski
02c913cf92 image-types/rhel8: streamline requirements
We don't need to specify these images again, but only explain some
non-obvious choices about deviation from the requirements.
2020-05-27 22:47:14 +02:00
Lars Karlitski
b2fc0a384c image-types: remove owners 2020-05-27 22:47:14 +02:00
Lars Karlitski
32d7c68cf1 image-types: start describing image types
This is the start to document the image types that osbuild-composer
produces on a higher level than the code in the `distro` package.

The idea is to document the purpose for each of the image types as well
as the reasons why deviating from a standard install is necessary.
2020-03-26 19:16:30 +01:00