diff --git a/nspawn-container/README.md b/nspawn-container/README.md index 91564d2a..348e1f51 100644 --- a/nspawn-container/README.md +++ b/nspawn-container/README.md @@ -33,11 +33,12 @@ The following commands are all perfomed on the Unifi router in SSH. ```sh mkdir -p /data/custom/machines cd /data/custom/machines - debootstrap --include=systemd,dbus unstable debian-custom + debootstrap --include=systemd,dbus bookworm debian-custom ``` * This process can take up to 10 minutes to download and install all the packages. * The container folder will be 390MB after installation, but can increase to 1GB+ after installing many services (storage management is up to you). * Note: Instead of debootstrap, you can also use pacstrap or other distributions' tools to create an Arch Linux, Fedora, or other container instead of a debian container (see [examples here](https://www.freedesktop.org/software/systemd/man/systemd-nspawn.html#Examples)). + * Note: Currently pinned to **bookworm** due to incompatibility with the host kernel on UniFi devices. 3. Finally, let's bring up a shell on this container, set the root password, and enable the networking service. Run each command one-by-one.