mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Add note about install on Debian Buster
This commit is contained in:
parent
09457ad9dd
commit
db04eb9463
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ lxc-checkconfig
|
||||||
echo "veth" | sudo tee -a /etc/modules
|
echo "veth" | sudo tee -a /etc/modules
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Debian Buster, I had to re-patch the driver.rb of vagrant-lxc plugin with [this version](https://raw.githubusercontent.com/fgrehm/vagrant-lxc/2a5510b34cc59cd3cb8f2dcedc3073852d841101/lib/vagrant-lxc/driver.rb) (especially the `roofs_path` function). I also had to install `apparmor` then `systemctl restart apparmor` for `lxc-start` to work.
|
||||||
|
|
||||||
If you run Archlinux, this page should be quite useful to setup LXC : https://github.com/fgrehm/vagrant-lxc/wiki/Usage-on-Arch-Linux-hosts
|
If you run Archlinux, this page should be quite useful to setup LXC : https://github.com/fgrehm/vagrant-lxc/wiki/Usage-on-Arch-Linux-hosts
|
||||||
|
|
||||||
Then, go into your favorite development folder and deploy ynh-dev with :
|
Then, go into your favorite development folder and deploy ynh-dev with :
|
||||||
|
|
Loading…
Add table
Reference in a new issue