
to avoid desensitising the user to ignorable INSTALL.msgs, move ones that just specify things like optional dependencies and initial configuration tips to README.voidlinux
12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
Start lxd service:
|
|
|
|
$ sudo ln -s /etc/sv/lxd /var/service/
|
|
|
|
Run LXD initialization:
|
|
|
|
$ sudo lxd init
|
|
|
|
To use lxd client your user must be added to the 'lxd' group:
|
|
|
|
$ sudo usermod -aG lxd <username>
|