summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/fedora.txt
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-12-13 23:26:31 +0100
committerFabian Affolter <fabian@bernewireless.net>2010-12-13 23:26:31 +0100
commit875aefd9beb9e7fd464348c0e0fa42896dc329ff (patch)
tree6c9920648f7c56a9a5854c1dafa474d8e8139508 /doc/installation/distro/fedora.txt
parentf5792d907e357c90624ec110d908d42b94296a12 (diff)
parent71bb583ac04ff1c52e03d69a91bbb508783566f8 (diff)
downloadbcfg2-875aefd9beb9e7fd464348c0e0fa42896dc329ff.tar.gz
bcfg2-875aefd9beb9e7fd464348c0e0fa42896dc329ff.tar.bz2
bcfg2-875aefd9beb9e7fd464348c0e0fa42896dc329ff.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'doc/installation/distro/fedora.txt')
-rw-r--r--doc/installation/distro/fedora.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/installation/distro/fedora.txt b/doc/installation/distro/fedora.txt
deleted file mode 100644
index 92771b974..000000000
--- a/doc/installation/distro/fedora.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-.. -*- mode: rst -*-
-
-.. _Packages: https://admin.fedoraproject.org/pkgdb/acls/name/bcfg2
-.. _Fedora: https://www.fedoraproject.org
-
-.. _fedora-installation:
-
-Fedora
-======
-
-The fastest way to get Bcfg2 Packages_ onto your Fedora_ system is to
-use `yum` or PackageKit. Yum will pull in all dependencies of Bcfg2
-automatically. ::
-
- $ su -c 'yum install bcfg2-server bcfg2'
-
-Be aware that the latest release of Bcfg2 may only be available for the
-Development release of Fedora (Rawhide). With the activation of the
-Rawhide repository of Fedora you will be able to install it. ::
-
- $ su -c 'yum install --enablerepo=rawhide bcfg2-server bcfg2'
-
-This way is not recommanded on productive systems. Only for testing.