From f9f0511e9c9e584b99111e35a00aec727940e1a3 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 5 Jan 2021 19:24:43 +0100 Subject: [PATCH] Actually, recommend zfs if available --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df378bd..a481ea1 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ 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 --storage-backend=dir +lxd init --storage-backend=zfs # Or use 'dir' if you have a kernel < 5.x or not the proper modules installed ``` The base images for tests are centralized on `devbaseimgs.yunohost.org` and we'll download them from there to speed things up: