diff options
author | Michal Sekletar <msekleta@redhat.com> | 2023-04-12 18:58:21 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-04-12 21:25:16 +0200 |
commit | 5015b5014bcff93371aef2c78b92efcfc2e38a40 (patch) | |
tree | a5c4a74abcff108cf8ef88041caf705e9270210c /man/systemd-nspawn.xml | |
parent | Merge pull request #27153 from poettering/varlin-fd-pass (diff) | |
download | systemd-5015b5014bcff93371aef2c78b92efcfc2e38a40.tar.xz systemd-5015b5014bcff93371aef2c78b92efcfc2e38a40.zip |
man: add util-linux to the package list for Fedora container
/bin/login is shipped in util-linux, however, systemd.spec on Fedora has
"Requires: (util-linux-core or util-linux)". If the dependency is
fulfilled just by installation of util-linux-core then users won't be
able to log in into the container after it boots. Let's add util-linux
package to the package list so that /bin/login is always present.
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 3b158a0631..ded8e3cd71 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -1677,7 +1677,7 @@ After=sys-subsystem-net-devices-ens1.device</programlisting> <programlisting># dnf -y --releasever=&fedora_latest_version; --installroot=/var/lib/machines/f&fedora_latest_version; \ --repo=fedora --repo=updates --setopt=install_weak_deps=False install \ - passwd dnf fedora-release vim-minimal systemd systemd-networkd + passwd dnf fedora-release vim-minimal util-linux systemd systemd-networkd # systemd-nspawn -bD /var/lib/machines/f&fedora_latest_version;</programlisting> <para>This installs a minimal Fedora distribution into the |