# File lib/chef/knife/core/bootstrap_context.rb, line 83 def start_chef s = "/usr/bin/chef-client -j /etc/chef/first-boot.json" s << " -E #{bootstrap_environment}" if chef_version.to_f != 0.9 # only use the -E option on Chef 0.10+ s end