From 344bb27f5af8f3b5418d51a8a920debca57f99ea Mon Sep 17 00:00:00 2001 From: magikcypress Date: Mon, 13 Feb 2017 15:50:44 +0100 Subject: [PATCH] =?UTF-8?q?Sur=20certaines=20distributions=20il=20est=20n?= =?UTF-8?q?=C3=A9cessaire=20d'installer=20lxc-templates=20et=20debootstrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sub_scripts/lxc_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_scripts/lxc_build.sh b/sub_scripts/lxc_build.sh index e7bee83..ccf2db4 100755 --- a/sub_scripts/lxc_build.sh +++ b/sub_scripts/lxc_build.sh @@ -28,7 +28,7 @@ echo -e "# interface réseau principale de l'hôte\niface=$main_iface\n" > "$scr echo -e "\e[1m> Update et install lxc lxctl\e[0m" | tee "$LOG_BUILD_LXC" sudo apt-get update >> "$LOG_BUILD_LXC" 2>&1 -sudo apt-get install -y lxc lxctl >> "$LOG_BUILD_LXC" 2>&1 +sudo apt-get install -y lxc lxctl lxc-templates debootstrap >> "$LOG_BUILD_LXC" 2>&1 sudo mkdir -p /var/lib/lxcsnaps # Créer le dossier lxcsnaps, pour s'assurer que lxc utilisera ce dossier, même avec lxc 2.