未验证 提交 c134ab83 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

Merge pull request #8621 from afbjorklund/containerd-disable

Disable containerd from starting up at boot
......@@ -48,11 +48,12 @@ define CONTAINERD_BIN_INSTALL_TARGET_CMDS
endef
define CONTAINERD_BIN_INSTALL_INIT_SYSTEMD
$(INSTALL) -Dm755 \
$(INSTALL) -Dm644 \
$(CONTAINERD_BIN_PKGDIR)/containerd.service \
$(TARGET_DIR)/usr/lib/systemd/system/containerd.service
$(call link-service,containerd.service)
$(call link-service,containerd-shutdown.service)
$(INSTALL) -Dm644 \
$(CONTAINERD_BIN_PKGDIR)/50-minikube.preset \
$(TARGET_DIR)/usr/lib/systemd/system-preset/50-minikube.preset
endef
$(eval $(generic-package))
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册