diff --git a/image-types/rhel8/kvm-guest-image.md b/image-types/rhel8/kvm-guest-image.md new file mode 100644 index 000000000..9ed46c8e8 --- /dev/null +++ b/image-types/rhel8/kvm-guest-image.md @@ -0,0 +1,18 @@ +# KVM Guest Image + +This is an image meant to be used as a generic base image for various +virtualization environments. + +To be usable in common environments, it is provided in the *qcow2* format and +has *cloud-init* installed and enabled. + + +## Implementation Choices + +`dracut-config-rescue` is excluded from the image, because the boot loader +entry it provides is broken. + +The environments this image is meant to be used in usually don't require any +specialized firmware. Thus, in order to keep the resulting image size small, +all `-firmware` packages are excluded. An exception is the `linux-firmware` +package, which cannot be excluded because the `kernel` package depends on it. diff --git a/image-types/rhel8/microsoft-azure.md b/image-types/rhel8/microsoft-azure.md new file mode 100644 index 000000000..86922ea11 --- /dev/null +++ b/image-types/rhel8/microsoft-azure.md @@ -0,0 +1,7 @@ +# Microsoft Azure Image + +This image is meant to be used in [Microsoft Azure][azure], a popular cloud +computing platform. It conforms to Azure's requirements for images. + + +[azure]: https://azure.microsoft.com diff --git a/image-types/rhel8/vmware.md b/image-types/rhel8/vmware.md new file mode 100644 index 000000000..f0bd9d4f9 --- /dev/null +++ b/image-types/rhel8/vmware.md @@ -0,0 +1,7 @@ +# VMWare Image + +This image is meant to be used in various VMWare environments, such as +[vSphere][vsphere]. + + +[vsphere]: https://www.vmware.com/products/vsphere.html