From 7b13f93cd64509a76f32639064f4c722641f5c7a Mon Sep 17 00:00:00 2001 From: milan Date: Tue, 17 Dec 2024 12:25:59 +0100 Subject: [PATCH] Aktualizovat lxd-to-incus --- lxd-to-incus | 2 ++ 1 file changed, 2 insertions(+) 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