commit | a20f9e27be6050d36db98b528b091f1eb8f62a9d | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Feb 16 13:07:03 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Feb 16 13:07:18 2016 +0100 |
tree | 69605ca825ac00f5861d9e80ece9efcd7ff4314a | |
parent | 2516a61570845fa32c40b1a65f79c540918d88fd [diff] [blame] |
Support for centos-7 image
diff --git a/centos-7.0/scripts/vagrant.sh b/centos-7.0/scripts/vagrant.sh new file mode 100644 index 0000000..06b02cf --- /dev/null +++ b/centos-7.0/scripts/vagrant.sh
@@ -0,0 +1,7 @@ + +mkdir /home/vagrant/.ssh +wget --no-check-certificate \ + 'https://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' \ + -O /home/vagrant/.ssh/authorized_keys +chown -R vagrant /home/vagrant/.ssh +chmod -R go-rwsx /home/vagrant/.ssh