Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion nspawn-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down