From 22a0fda3f561f12700179f90bcfba306480947ca Mon Sep 17 00:00:00 2001 From: Kay0u Date: Mon, 1 Mar 2021 19:17:45 +0100 Subject: [PATCH] remove lxd init for now --- check_process.default => check_process | 0 scripts/install | 2 -- 2 files changed, 2 deletions(-) rename check_process.default => check_process (100%) diff --git a/check_process.default b/check_process similarity index 100% rename from check_process.default rename to check_process diff --git a/scripts/install b/scripts/install index f2aa20c..de553f9 100755 --- a/scripts/install +++ b/scripts/install @@ -128,8 +128,6 @@ ldconfig echo "root:1000000:65536 # Added by lxd#" | sudo tee -a /etc/subuid /etc/subgid -lxd init --auto --storage-backend=dir - #================================================= # GENERIC FINALIZATION #=================================================