From 74a6d87d0cd1f2213869e168b6ca55eded6f4ae8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 1 Feb 2015 16:05:56 -0500 Subject: [PATCH] man: switch yum to dnf for Fedora The dnf name is here to stay, we might as well adjust. --- man/custom-html.xsl | 12 ++++++++++++ man/systemd-nspawn.xml | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) 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, -- 2.30.2