summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/ubuntu.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/ubuntu.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/ubuntu.txt')
-rw-r--r--doc/installation/distro/ubuntu.txt36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/installation/distro/ubuntu.txt b/doc/installation/distro/ubuntu.txt
deleted file mode 100644
index 694cce865..000000000
--- a/doc/installation/distro/ubuntu.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-.. -*- mode: rst -*-
-
-.. _ubuntu-installation:
-
-.. _Ubuntu: http://www.ubuntu.com
-.. _Wiki: http://trac.mcs.anl.gov/projects/bcfg2/wiki/PrecompiledPackages#UbuntuLaunchpadBcfg2PPA
-
-Ubuntu
-======
-
-The steps to bring Bcfg2 onto your Ubuntu_ system depends on your
-release.
-
-* Dapper
- Add the following lines to `/etc/apt/sources.list` ::
-
- deb ftp://ftp.mcs.anl.gov/pub/bcfg/ubuntu dapper/
- deb http://archive.ubuntu.com/ubuntu dapper universe
- deb-src http://archive.ubuntu.com/ubuntu dapper universe
-
-* Edgy
- Add the following lines to `/etc/apt/sources.list` ::
-
- deb ftp://ftp.mcs.anl.gov/pub/bcfg/ubuntu edgy/
- deb http://archive.ubuntu.com/ubuntu edgy universe
- deb-src http://archive.ubuntu.com/ubuntu edgy universe
-
-* Feisty
- Those packages are available from the Ubuntu_ repositories.
-
-To install the packages, just lauch the following command ::
-
- sudo aptitude install bcfg2 bcfg2-server
-
-For more details about running prerelease version of Bcfg2 on Ubuntu_
-systems, please refer to the Wiki_.