Skip to content

Commit

Permalink
Add comments for an ol6 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
oraclebase committed Dec 18, 2018
1 parent 6c4927b commit ac16bcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ol7_183_rpm/Vagrantfile
Expand Up @@ -2,7 +2,8 @@
# vi: set ft=ruby :

# Variables
var_box = 'bento/oracle-7.5' # 'bento/oracle-6.9'
#var_box = 'bento/oracle-6.9'
var_box = 'bento/oracle-7.5'
var_vm_name = 'ol7_183_rpm'
var_mem_size = 4096
var_cpus = 2
Expand Down
2 changes: 2 additions & 0 deletions ol7_183_rpm/scripts/install_os_packages.sh
Expand Up @@ -4,6 +4,8 @@ echo "**************************************************************************
echo "nameserver 8.8.8.8" >> /etc/resolv.conf

cd /etc/yum.repos.d
#rm -f public-yum-ol6.repo
#wget https://yum.oracle.com/public-yum-ol6.repo
rm -f public-yum-ol7.repo
wget https://yum.oracle.com/public-yum-ol7.repo

Expand Down

0 comments on commit ac16bcd

Please sign in to comment.