summaryrefslogtreecommitdiff
path: root/lxc/debian_setup
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-02-14 13:54:44 +0100
committerTom Barrett <tom@tombarrett.xyz>2021-02-14 13:54:44 +0100
commitdd566fff61a7c6b12e2b301cc1b27ada1adf69fa (patch)
tree6f1395a0d26a77fb886159cd74eb71932725f2eb /lxc/debian_setup
parentb0a71b20c97ac2b97a1600e088753465137713e0 (diff)
removed lxc stuff, really only use lxd now...
Diffstat (limited to 'lxc/debian_setup')
-rwxr-xr-xlxc/debian_setup9
1 files changed, 0 insertions, 9 deletions
diff --git a/lxc/debian_setup b/lxc/debian_setup
deleted file mode 100755
index 6cfe699..0000000
--- a/lxc/debian_setup
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-set -e
-
-virsh net-start default
-virsh net-autostart default
-
-echo "kernel.unprivileged_userns_clone=1" > /etc/sysctl.d/80-lxc-userns.conf
-echo "tom veth virbr0 2" > /etc/lxc/lxc-usernet
-echo "you should reboot now."