diff --git a/Rocky-9-OCP.ks b/Rocky-9-OCP.ks index deeb99d..77aed8d 100644 --- a/Rocky-9-OCP.ks +++ b/Rocky-9-OCP.ks @@ -323,6 +323,9 @@ base64 -d <<<"$OCICLOUDCFG" >> /etc/cloud/cloud.cfg.d/99_oci.cfg # Remove system.devices because Oracle does things. rm -fv /etc/lvm/devices/system.devices +# Start OCId +systemctl enable ocid + # Rerun dracut for the installed kernel (not the running kernel): KERNEL_VERSION=$(rpm -q kernel --qf '%%{V}-%%{R}.%%{arch}\n') dracut -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION