From e4a96a58021065c37591a308b6434842aff8c3bf Mon Sep 17 00:00:00 2001 From: apo-mak Date: Sat, 4 Oct 2025 22:49:39 +0300 Subject: [PATCH 1/2] Update README.md Currently pined to bookworm due to incompatibility with host kernerl on unifi devices. --- nspawn-container/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nspawn-container/README.md b/nspawn-container/README.md index 91564d2a..becd4579 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 pined to **bookworm** due to incompatibility with host kernerl 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. From 14d651cf52ddfc35c4ddc79377b646354cd96a22 Mon Sep 17 00:00:00 2001 From: apo-mak Date: Fri, 10 Oct 2025 03:30:42 +0300 Subject: [PATCH 2/2] Update nspawn-container/README.md Co-authored-by: Braeden --- nspawn-container/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nspawn-container/README.md b/nspawn-container/README.md index becd4579..348e1f51 100644 --- a/nspawn-container/README.md +++ b/nspawn-container/README.md @@ -38,7 +38,7 @@ The following commands are all perfomed on the Unifi router in SSH. * 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 pined to **bookworm** due to incompatibility with host kernerl on unifi devices. + * 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.