mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-06 16:04:26 +01:00
config.sh: do not install systemd if agent is init
When agent is used as init process, there is no need to install systemd. Signed-off-by: Peng Tao <bergwolf@gmail.com>
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
|
||||
#Use "latest" to always pull the last Clear Linux Release
|
||||
OS_VERSION=${OS_VERSION:-latest}
|
||||
PACKAGES="systemd iptables-bin libudev0-shim"
|
||||
PACKAGES="iptables-bin libudev0-shim"
|
||||
[ "$AGENT_INIT" == "no" ] && PACKAGES+=" systemd" || true
|
||||
|
||||
Reference in New Issue
Block a user