From: Zbigniew Jędrzejewski-Szmek Date: Sun, 1 Feb 2015 21:05:56 +0000 (-0500) Subject: man: switch yum to dnf for Fedora X-Git-Tag: v219~207 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=74a6d87d0cd1f2213869e168b6ca55eded6f4ae8;ds=inline man: switch yum to dnf for Fedora The dnf name is here to stay, we might as well adjust. --- diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 8bcc5f92d..32299db71 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -60,6 +60,18 @@ + + + + https://www.mankier.com/ + + / + + + + + + diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index b0f7aa37c..4b7ec1d39 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -103,6 +103,7 @@ in a container. Use a tool like + dnf8, yum8, debootstrap8, or @@ -861,7 +862,7 @@ Build and boot a minimal Fedora distribution in a container - # yum -y --releasever=21 --nogpg --installroot=/srv/mycontainer --disablerepo='*' --enablerepo=fedora install systemd passwd yum fedora-release vim-minimal + # dnf -y --releasever=21 --nogpg --installroot=/srv/mycontainer --disablerepo='*' --enablerepo=fedora install systemd passwd dnf fedora-release vim-minimal # systemd-nspawn -bD /srv/mycontainer This installs a minimal Fedora distribution into @@ -926,6 +927,7 @@ systemd1, chroot1, + dnf8, yum8, debootstrap8, pacman8,