aboutsummaryrefslogtreecommitdiff
path: root/nspawn.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'nspawn.wiki')
-rw-r--r--nspawn.wiki8
1 files changed, 8 insertions, 0 deletions
diff --git a/nspawn.wiki b/nspawn.wiki
new file mode 100644
index 0000000..9a9994c
--- /dev/null
+++ b/nspawn.wiki
@@ -0,0 +1,8 @@
+{{{
+debootstrap bullseye /var/lib/machines/debian-bullseye.base
+systemctl-nspawn --template=EXISTING_OS_TREE -D /var/lib/machines/NEW_MACHINE
+}}}
+
+overlayfs doesn't work with containers, due to something with UID/GID shift
+
+btrfs subvolumes should be used for templates, since those enable COW.