Skip to content

Commit

Permalink
Update machine IP. (This is kinda lame.)
Browse files Browse the repository at this point in the history
  • Loading branch information
smerrill committed Nov 16, 2011
1 parent ce6f007 commit e394dcc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion definitions/CentOS-6.0-x86_64-netboot/ks.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
install
#url --url=http://be.mirror.eurid.eu/centos/6.0/os/x86_64/
#url --url=http://192.168.1.200/centos/6.0/os/x86_64/
url --url=http://192.168.0.155/centos/6.0/os/x86_64/
url --url=http://192.168.1.200/centos/6.0/os/x86_64/
lang en_US.UTF-8
keyboard us
network --bootproto dhcp
Expand Down
2 changes: 1 addition & 1 deletion definitions/CentOS-6.0-x86_64-netboot/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ chown -R vagrant /home/vagrant/.ssh
# Installing the virtualbox guest additions
VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
cd /tmp
wget http://192.168.0.155/centos/VBoxGuestAdditions_$VBOX_VERSION.iso
wget http://192.168.1.200/centos/VBoxGuestAdditions_$VBOX_VERSION.iso
#wget http://192.168.1.200/centos/VBoxGuestAdditions_$VBOX_VERSION.iso
#wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
mount -o loop VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-5.6-x86_64-netinstall/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

install
#url --url=http://192.168.1.200/centos/5.6/os/x86_64
url --url=http://192.168.0.155/centos/5.6/os/x86_64
url --url=http://192.168.1.200/centos/5.6/os/x86_64
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8
keyboard us
Expand Down
4 changes: 2 additions & 2 deletions definitions/centos-5.6-x86_64-netinstall/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yum -y kernel-devel-`uname -r`
yum -y clean all

# Install ruby.
wget http://192.168.0.155/ruby-enterprise-1.8.7-2010.02.tar.gz
wget http://192.168.1.200/ruby-enterprise-1.8.7-2010.02.tar.gz
#wget http://192.168.1.200/ruby-enterprise-1.8.7-2010.02.tar.gz
#wget http://rubyforge.org/frs/download.php/71096/ruby-enterprise-1.8.7-2010.02.tar.gz
tar xzvf ruby-enterprise-1.8.7-2010.02.tar.gz
Expand Down Expand Up @@ -36,7 +36,7 @@ chown -R vagrant /home/vagrant/.ssh
VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
cd /tmp
#wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
wget http://192.168.0.155/VBoxGuestAdditions_$VBOX_VERSION.iso
wget http://192.168.1.200/VBoxGuestAdditions_$VBOX_VERSION.iso
#wget http://192.168.1.200/VBoxGuestAdditions_$VBOX_VERSION.iso
mount -o loop VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
sh /mnt/VBoxLinuxAdditions.run
Expand Down

0 comments on commit e394dcc

Please sign in to comment.