From c1214297030aeb304bd8b7c8fe47c2d0154b333d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 5 Jan 2021 17:00:15 +0100 Subject: [PATCH] Tweaks for lxd installation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afe5055..df378bd 100644 --- a/README.md +++ b/README.md @@ -72,12 +72,14 @@ for the size of the default storage it'll create (the default is 5G but you may want 10 or 20G for heavy usage ?). ```bash -lxd init +lxd init --storage-backend=dir ``` The base images for tests are centralized on `devbaseimgs.yunohost.org` and we'll download them from there to speed things up: ```bash +# Stupid hack because ipv6 is interfering +echo "$(dig +short A devbaseimgs.yunohost.org | tail -n 1) devbaseimgs.yunohost.org" >> /etc/hosts lxc remote add yunohost https://devbaseimgs.yunohost.org --public ```