diff options
author | Steven Danna <steve@opscode.com> | 2011-07-06 16:53:20 -0700 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2012-03-16 15:10:39 -0700 |
commit | f288eb4c3d502bf684b8c0ab07e2a521a24f688b (patch) | |
tree | aa1d9bf4c50b0fa2cbe7586f7a8a5f5b1760e85f /chef/distro | |
parent | dbcc7cf725a752c83a7d6468bef79231957c58a2 (diff) | |
download | chef-f288eb4c3d502bf684b8c0ab07e2a521a24f688b.tar.gz |
Remove statement about build-essential dependecies in apt vs. gem
bootstrap.
Diffstat (limited to 'chef/distro')
-rw-r--r-- | chef/distro/common/markdown/man1/knife-bootstrap.mkd | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chef/distro/common/markdown/man1/knife-bootstrap.mkd b/chef/distro/common/markdown/man1/knife-bootstrap.mkd index 1058a7a0ee..9e8aa531b5 100644 --- a/chef/distro/common/markdown/man1/knife-bootstrap.mkd +++ b/chef/distro/common/markdown/man1/knife-bootstrap.mkd @@ -61,11 +61,7 @@ target node (FQDN). The following distros are supported: * ubuntu10.04-apt The gems installations will use RubyGems 1.3.6 and Chef installed as a -gem. The apt installation will use the Opscode APT repository. The -RubyGems installation requires installing gems with native extensions, -so development related packages (ruby-dev, build-essential) are -installed. These are not installed with the apt installation, as native -extensions are already compiled in the required packages. +gem. The apt installation will use the Opscode APT repository. In addition to handling the software installation, these bootstrap templates do the following: |