aboutsummaryrefslogtreecommitdiff
path: root/nspawn.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-17 14:11:59 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-17 14:11:59 +0100
commit15210f67d37d68af40c399ede15eeee8afb1be92 (patch)
treedaffd1035e60d15af5d92ab26a3637b9a472baeb /nspawn.wiki
parentRevert removal of TexServer.wiki (diff)
downloadwiki-public-15210f67d37d68af40c399ede15eeee8afb1be92.tar.gz
wiki-public-15210f67d37d68af40c399ede15eeee8afb1be92.tar.xz
mån 17 jan 2022 14:11:58 CET
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.