aboutsummaryrefslogtreecommitdiff
path: root/nspawn.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-09-20 22:06:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-09-20 22:07:20 +0200
commitf8eb04d9f2106aacfd98cb2b5f2d6c0870cce7d3 (patch)
tree3ce0be59803ff9fd6980218cd94f5b357bdb5e16 /nspawn.wiki
parentfre 16 sep 2022 12:57:09 CEST (diff)
parenttis 20 sep 2022 18:04:47 CEST (diff)
downloadwiki-public-f8eb04d9f2106aacfd98cb2b5f2d6c0870cce7d3.tar.gz
wiki-public-f8eb04d9f2106aacfd98cb2b5f2d6c0870cce7d3.tar.xz
tis 20 sep 2022 22:07:23 CEST
Diffstat (limited to 'nspawn.wiki')
-rw-r--r--nspawn.wiki4
1 files changed, 3 insertions, 1 deletions
diff --git a/nspawn.wiki b/nspawn.wiki
index b7aeb31..3a805e6 100644
--- a/nspawn.wiki
+++ b/nspawn.wiki
@@ -1,9 +1,11 @@
+[[Systemd Machined]]
+
== Debian ==
=== Create new debian container ===
{{{
-debootstrap bullseye /var/lib/machines/<machine-name>
+debootstrap --include=systemd-container bullseye /var/lib/machines/<machine-name>
systemd-nspawn -M <machine-name> apt install systemd-container
}}}