mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Actually, recommend zfs if available
This commit is contained in:
parent
c121429703
commit
f9f0511e9c
1 changed files with 1 additions and 1 deletions
|
@ -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 ?).
|
want 10 or 20G for heavy usage ?).
|
||||||
|
|
||||||
```bash
|
```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:
|
The base images for tests are centralized on `devbaseimgs.yunohost.org` and we'll download them from there to speed things up:
|
||||||
|
|
Loading…
Add table
Reference in a new issue