mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-11 04:55:13 +02:00
* INSTALL scripts don't need to be executable
* anything installed by vbin is set to 755
* many of these files were otherwise marked executable in the template
(vinstall, chmod, etc)
* some had no business being executable, like the smattering of patches
and other files
* remove files from chroot-distcc no longer used in the template
(46ce787b63
)
11 lines
202 B
Text
11 lines
202 B
Text
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>
|