summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/fedora.txt
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2010-12-08 19:43:54 -0600
committerSol Jerome <sol.jerome@gmail.com>2010-12-08 19:43:54 -0600
commit477c0fc85218cba12597cf3daf7728b127b0fd64 (patch)
tree0da3e2c73535cd97c22791e51e20b18b3192506c /doc/installation/distro/fedora.txt
parent9f55492d9213861c75496e6c493ad90bb5c23872 (diff)
downloadbcfg2-477c0fc85218cba12597cf3daf7728b127b0fd64.tar.gz
bcfg2-477c0fc85218cba12597cf3daf7728b127b0fd64.tar.bz2
bcfg2-477c0fc85218cba12597cf3daf7728b127b0fd64.zip
doc: Finish merging remaining documentation updates
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
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.