We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd829e commit 40181b0Copy full SHA for 40181b0
nspawn-container/interactive_setup.sh
@@ -108,7 +108,7 @@ apt -y install systemd-container debootstrap
108
echo "Creating container required directories"
109
mkdir -p /data/custom/machines
110
cd /data/custom/machines
111
-debootstrap --include=systemd,dbus unstable "$container_name"
+debootstrap --include=systemd,dbus bookworm "$container_name"
112
113
### Finally, let's bring up a shell on this container
114
echo "Set container Root password, Network setting and enable systemd-networkd"
0 commit comments