diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-12-25 22:15:22 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-12-25 22:15:22 +0800 |
| commit | c82fb7a721f77558f62e7342206ab6b63e4ba626 (patch) | |
| tree | 6e711712a4a93e923b7e16752f3bcfa0a3f7b005 /www/content/posts/nspawn.md | |
| parent | f61c9dd3cab85fbde4ab44bad33a9394be6fcab0 (diff) | |
| download | crupest-c82fb7a721f77558f62e7342206ab6b63e4ba626.tar.gz crupest-c82fb7a721f77558f62e7342206ab6b63e4ba626.tar.bz2 crupest-c82fb7a721f77558f62e7342206ab6b63e4ba626.zip | |
debian: update package list.
Diffstat (limited to 'www/content/posts/nspawn.md')
| -rw-r--r-- | www/content/posts/nspawn.md | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
