Merge pull request #1870 from catsby/doc-updates
Updates to Into: Build An Image docs
This commit is contained in:
commit
db42c293d3
|
@ -6,6 +6,8 @@ sudo apt-get -y update
|
|||
|
||||
# RVM/Ruby
|
||||
sudo apt-get -y install curl
|
||||
sudo apt-get -y install git
|
||||
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
|
||||
curl -sSL https://get.rvm.io | bash -s stable
|
||||
. ~/.bashrc
|
||||
. ~/.bash_profile
|
||||
|
|
|
@ -54,8 +54,8 @@ briefly. Create a file `example.json` and fill it with the following contents:
|
|||
"access_key": "{{user `aws_access_key`}}",
|
||||
"secret_key": "{{user `aws_secret_key`}}",
|
||||
"region": "us-east-1",
|
||||
"source_ami": "ami-9eaa1cf6",
|
||||
"instance_type": "t2.micro",
|
||||
"source_ami": "ami-c65be9ae",
|
||||
"instance_type": "t1.micro",
|
||||
"ssh_username": "ubuntu",
|
||||
"ami_name": "packer-example {{timestamp}}"
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue