From: Michal Sekletar Date: Wed, 12 Apr 2023 16:58:21 +0000 (+0200) Subject: man: add util-linux to the package list for Fedora container X-Git-Tag: v254-rc1~740 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5015b5014bcff93371aef2c78b92efcfc2e38a40;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 3b158a0631c..ded8e3cd715 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -1677,7 +1677,7 @@ After=sys-subsystem-net-devices-ens1.device # 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; This installs a minimal Fedora distribution into the