mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Tweaks for lxd installation
This commit is contained in:
parent
314fff9534
commit
c121429703
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue