Régression

This commit is contained in:
Maniack Crudelis 2017-01-03 01:12:50 +01:00
parent c021db2ce7
commit b4a65b876a

View file

@ -28,7 +28,7 @@ then # Si le conteneur existe déjà
fi
echo -e "\e[1m> Création d'une machine debian jessie minimaliste.\e[0m" | tee -a "$LOG_BUILD_LXC"
sudo lxc-create -n -t debian -- -r jessie >> "$LOG_BUILD_LXC" 2>&1
sudo lxc-create -n $LXC_NAME -t debian -- -r jessie >> "$LOG_BUILD_LXC" 2>&1
echo -e "\e[1m> Autoriser l'ip forwarding, pour router vers la machine virtuelle.\e[0m" | tee -a "$LOG_BUILD_LXC"
echo "net.ipv4.ip_forward=1" | sudo tee /etc/sysctl.d/lxc_pchecker.conf >> "$LOG_BUILD_LXC" 2>&1