# # 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"