Late night copypasta

This commit is contained in:
Alexandre Aubin 2020-02-08 17:38:38 +01:00
parent 913003acb3
commit 33d984b6f6

View file

@ -144,7 +144,7 @@ function start_ynhdev()
sudo lxc config set $BOX security.privileged true
if [[ "$DIST" == "buster" ]]
then
sudo lxc config set $BOX-rebuild security.nesting true # Need this for buster because it is using apparmor
sudo lxc config set $BOX security.nesting true # Need this for buster because it is using apparmor
fi
sudo lxc config device add $BOX ynhdev-shared-folder disk path=/ynh-dev source="$PWD"
set +x