mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
move all osbuilder files into `tools` directory to be able to merge this into kata-containers repo. Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
18 lines
514 B
Plaintext
18 lines
514 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"
|