3.9. Enabled Services
When you configure the custom image, the services enabled are the defaults services for the RHEL8 release you are running osbuild-composer from, additionally the services enabled for specific image types.
For example, the .ami image type enables the services sshd, chronyd and cloud-init and without these services, the custom image does not boot.
| Image type | Enabled Services |
|---|---|
| alibaba.ks | sshd,cloud-init |
| ami.ks | No default service |
| ext4-filesystem.ks | No default service |
| google.ks | No default service |
| live-iso.ks | NetworkManager |
| openstack.ks | sshd, cloud-init, cloud-init-local, cloud-config, cloud-final |
| partitioned-disk.ks | No default service |
| qcow2.ks | No default service |
| tar.ks | No default service |
| vhd.ks | sshd, chronyd, waagent, cloud-init, cloud-init-local, cloud-config, cloud-final |
| vmdk.ks | sshd, chronyd, vmtoolsd |
Note: You can customize which services to enable during the system boot. However, for image types with services enabled by default, the customization does not override this feature.