From c82fb7a721f77558f62e7342206ab6b63e4ba626 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Thu, 25 Dec 2025 22:15:22 +0800 Subject: debian: update package list. --- www/content/posts/nspawn.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/content/posts/nspawn.md b/www/content/posts/nspawn.md index c6add7e..866cf96 100644 --- a/www/content/posts/nspawn.md +++ b/www/content/posts/nspawn.md @@ -81,7 +81,7 @@ Now, run `debootstrap` to create a minimal filesystem. Update the command with the target distribution's codename and one of its mirrors you select. ```bash-session -# debootstrap --include=dbus,libpam-systemd [codename] \ +# debootstrap --include=dbus,libpam-systemd,libnss-systemd [codename] \ /var/lib/machines/[name] [mirror] ``` @@ -133,7 +133,8 @@ Now, inside the VM, you can do whatever you like. In my configuration, a correct user must be created manually. ```bash-session -# apt install locales sudo nano vim less man bash-completion curl wget \ +# apt install locales lsb-release sudo \ + nano vim less man bash-completion curl wget \ build-essential git # dpkg-reconfigure locales -- cgit v1.2.3