From 8d0ed8b287550b16e7a7eb35c162e7bc51284b99 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Feb 19 2020 16:47:04 +0000 Subject: Enable kata-osbuilder-generate.service by default kata is an OCI container runtime that essentially wraps a qemu/kvm VM around around a traditional container image. Inside the VM runs a small appliance OS, containing the minimally needed kernel modules, systemd, the kata-agent, and not much else. This appliance is generated from host content, mostly using dracut. kata-osbuilder-generate.service is a oneshot startup service that generates the appliance for the boot kernel, and then exits. It's only installed when kata is installed. Signed-off-by: Cole Robinson --- diff --git a/90-default.preset b/90-default.preset index c0771ef..8948ea7 100644 --- a/90-default.preset +++ b/90-default.preset @@ -283,4 +283,8 @@ enable docker.socket enable flatpak-add-fedora-repos.service # Run fstrim weekly on filesystems listed in fstab -enable fstrim.timer \ No newline at end of file +enable fstrim.timer + +# oneshot to generate kata VM appliance at host bootup +# for the booted kernel +enable kata-osbuilder-generate.service