mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
The agent now offloads cgroup configuration to systemd when possible. This requires to enable D-Bus in order to communicate with systemd. Fixes #6657 Signed-off-by: Greg Kurz <groug@kaod.org>
18 lines
519 B
Plaintext
18 lines
519 B
Plaintext
#
|
|
# Copyright (c) 2019 SUSE LLC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Main dracut config for Kata Containers
|
|
|
|
# do NOT combine early microcode with ramdisk
|
|
early_microcode="no"
|
|
# do NOT install only what's needed to boot the local host
|
|
hostonly="no"
|
|
# do NOT store the kernel command line arguments in the initramfs
|
|
hostonly_cmdline="no"
|
|
# create reproducible images
|
|
reproducible="yes"
|
|
# dracut modules to include (NOTE: these are NOT kernel modules)
|
|
dracutmodules="kernel-modules udev-rules syslog systemd dbus"
|