Blame image-types/rhel8/kvm-guest-image.md
|
Packit |
63bb0d |
# KVM Guest Image
|
|
Packit |
63bb0d |
|
|
Packit |
63bb0d |
This is an image meant to be used as a generic base image for various
|
|
Packit |
63bb0d |
virtualization environments.
|
|
Packit |
63bb0d |
|
|
Packit |
63bb0d |
To be usable in common environments, it is provided in the *qcow2* format and
|
|
Packit |
63bb0d |
has *cloud-init* installed and enabled.
|
|
Packit |
63bb0d |
|
|
Packit |
63bb0d |
|
|
Packit |
63bb0d |
## Implementation Choices
|
|
Packit |
63bb0d |
|
|
Packit |
63bb0d |
`dracut-config-rescue` is excluded from the image, because the boot loader
|
|
Packit |
63bb0d |
entry it provides is broken.
|
|
Packit |
63bb0d |
|
|
Packit |
63bb0d |
The environments this image is meant to be used in usually don't require any
|
|
Packit |
63bb0d |
specialized firmware. Thus, in order to keep the resulting image size small,
|
|
Packit |
63bb0d |
all `-firmware` packages are excluded. An exception is the `linux-firmware`
|
|
Packit |
63bb0d |
package, which cannot be excluded because the `kernel` package depends on it.
|