From 9c70b55702c5a7c3a5c3c2579e272e8f5d8784dd Mon Sep 17 00:00:00 2001 From: Kayou Date: Thu, 10 Dec 2020 10:58:55 +0100 Subject: [PATCH] Update demo_lxc_build.sh --- demo_lxc_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo_lxc_build.sh b/demo_lxc_build.sh index 2d8558d..949eace 100755 --- a/demo_lxc_build.sh +++ b/demo_lxc_build.sh @@ -65,8 +65,8 @@ then # Si le conteneur existe déjà "$script_dir/demo_lxc_destroy.sh" quiet | tee -a "$LOG_BUILD_LXC" fi -echo -e "\e[1m> Création d'une machine debian stretch minimaliste\e[0m" | tee -a "$LOG_BUILD_LXC" -sudo lxc-create -n $LXC_NAME1 -t debian -- -r stretch >> "$LOG_BUILD_LXC" 2>&1 +echo -e "\e[1m> Création d'une machine debian buster minimaliste\e[0m" | tee -a "$LOG_BUILD_LXC" +sudo lxc-create -n $LXC_NAME1 -t debian -- -r buster >> "$LOG_BUILD_LXC" 2>&1 echo -e "\e[1m> Active le bridge réseau\e[0m" | tee -a "$LOG_BUILD_LXC" sudo ifup lxc_demo --interfaces=/etc/network/interfaces.d/lxc_demo >> "$LOG_BUILD_LXC" 2>&1