summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/debian.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/debian.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/debian.txt')
-rw-r--r--doc/installation/distro/debian.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/installation/distro/debian.txt b/doc/installation/distro/debian.txt
deleted file mode 100644
index 67a4f1d9d..000000000
--- a/doc/installation/distro/debian.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-.. -*- mode: rst -*-
-
-.. _debian:
-
-.. _Wiki: http://trac.mcs.anl.gov/projects/bcfg2/wiki/PrecompiledPackages#UnofficialDebianRepository
-
-Debian
-======
-
-Packages of Bcfg2 are available for Debian Lenny, Debian Squeeze, and
-Debian Sid. The fastest way to get Bcfg2 onto your Debian system
-is to use `apt-get` or `aptitude`. ::
-
- sudo aptitude install bcfg2 bcfg2-server
-
-If you want to use unofficial packages from Bcfg2. Add the following line
-to your `/etc/apt/sources.list` file ::
-
- deb ftp://ftp.mcs.anl.gov/pub/bcfg/debian sarge/
-
-Now just run `aptitute` in the way it is mentioned above.
-
-For more details about running prerelease version of Bcfg2 on Debian
-systems, please refer to the Wiki_.