diff --git a/lxd-to-incus b/lxd-to-incus index 897708c..8f9ef1e 100755 --- a/lxd-to-incus +++ b/lxd-to-incus @@ -38,3 +38,5 @@ rpl '/var/snap/lxd/common/lxd/' '/var/lib/incus/' /root/onstart sed -i 's/snap disable lxd/systemctl stop incus\nsystemctl stop incus.socket\nsystemctl stop incus-user.socket/' /root/onstart sed -i 's/snap enable lxd/systemctl start incus-user.socket\nsystemctl start incus.socket\nsystemctl start incus/' /root/onstart + +mv /etc/sysctl.d/50-usl-mm.conf /etc/sysctl.d/50-usi-mm.conf \ No newline at end of file