From 75a54c4fc2a6e1c1619aed77e76b4c0bb86f4cfe Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 30 Jun 2022 03:46:55 +0200 Subject: [PATCH] Disabled creation msg --- CT-Build/Alpine.yaml | 4 ++-- CT-Build/Debian.yaml | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CT-Build/Alpine.yaml b/CT-Build/Alpine.yaml index 06be2b0..dfd81f4 100644 --- a/CT-Build/Alpine.yaml +++ b/CT-Build/Alpine.yaml @@ -167,8 +167,8 @@ source: targets: lxc: - create-message: | - You just created an {{ image.description }} container. + #create-message: | + # You just created an {{ image.description }} container. config: - type: all diff --git a/CT-Build/Debian.yaml b/CT-Build/Debian.yaml index f9b1a90..aea0bdd 100644 --- a/CT-Build/Debian.yaml +++ b/CT-Build/Debian.yaml @@ -788,11 +788,8 @@ source: targets: lxc: - create-message: |- - You just created a {{ image.description }} container. - - To enable SSH, run: apt install openssh-server - No default root or user password are set by LXC. + #create-message: |- + # You just created a {{ image.description }} container. config: - type: all