aboutsummaryrefslogtreecommitdiff
path: root/nspawn.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-09-16 22:53:43 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-09-16 22:53:43 +0200
commitca8f7751f0db41454358a8035f3ac4457d3022ac (patch)
tree39528c7b138ddaaf621a2cd6d1d9880728705b41 /nspawn.wiki
parentMerge branch 'master' of git.hornquist.se:git/wiki-public (diff)
downloadwiki-public-ca8f7751f0db41454358a8035f3ac4457d3022ac.tar.gz
wiki-public-ca8f7751f0db41454358a8035f3ac4457d3022ac.tar.xz
fre 16 sep. 2022 22:53:42 CEST
Diffstat (limited to '')
-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
}}}