image-types/rhel8: add kvm, azure, and vmware
These are fairly bare-bones right now, but include them for completeness.
This commit is contained in:
parent
02c913cf92
commit
5299e7e242
3 changed files with 32 additions and 0 deletions
18
image-types/rhel8/kvm-guest-image.md
Normal file
18
image-types/rhel8/kvm-guest-image.md
Normal file
|
|
@ -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.
|
||||
7
image-types/rhel8/microsoft-azure.md
Normal file
7
image-types/rhel8/microsoft-azure.md
Normal file
|
|
@ -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
|
||||
7
image-types/rhel8/vmware.md
Normal file
7
image-types/rhel8/vmware.md
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue