mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-28 03:32:19 +00:00
tools: Fix shellcheck issues in config_template.sh
Fix shellcheck warnings and notes identified by running shellcheck --severity=style. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
@@ -11,12 +11,15 @@
|
||||
|
||||
OS_VERSION=${OS_VERSION:-DEFAULT_VERSION}
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
PACKAGES="systemd iptables udevlib.so"
|
||||
|
||||
# Init process must be one of {systemd,kata-agent}
|
||||
# shellcheck disable=SC2034
|
||||
INIT_PROCESS=systemd
|
||||
# List of zero or more architectures to exclude from build,
|
||||
# as reported by `uname -m`
|
||||
# shellcheck disable=SC2034
|
||||
ARCH_EXCLUDE_LIST=()
|
||||
# [When uncommented,] Allow the build to fail without generating an error
|
||||
# For more info see: https://github.com/kata-containers/osbuilder/issues/190
|
||||
|
||||
Reference in New Issue
Block a user