summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/debian.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/debian.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/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_.