Skip to content

Commit

Permalink
Unified position of comment '#Installing the virtualbox guest additions'
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrabold committed Apr 27, 2011
1 parent e393441 commit 186dc3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/Archlinux-latest/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ chroot /newarch pacman --noconfirm -S kernel26-headers
/bin/cp -f /root/.vbox_version /newarch/home/vagrant/.vbox_version
VBOX_VERSION=$(cat /root/.vbox_version)

##Installing the virtualbox guest additions
#Installing the virtualbox guest additions
cat <<EOF | chroot /newarch /bin/bash -
cd /tmp
wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
Expand Down
2 changes: 1 addition & 1 deletion templates/CentOS-4.8-i386/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ cd /home/vagrant/.ssh
wget --no-check-certificate 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' -O authorized_keys
chown -R vagrant /home/vagrant/.ssh

VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
#Installing the virtualbox guest additions
VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
cd /tmp
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 templates/CentOS-5.5-i386-netboot/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ cd /home/vagrant/.ssh
wget --no-check-certificate 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' -O authorized_keys
chown -R vagrant /home/vagrant/.ssh

VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
#Installing the virtualbox guest additions
VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
cd /tmp
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 templates/CentOS-5.5-i386/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ cd /home/vagrant/.ssh
wget --no-check-certificate 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' -O authorized_keys
chown -R vagrant /home/vagrant/.ssh

VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
#Installing the virtualbox guest additions
VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
cd /tmp
wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
mount -o loop VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
Expand Down

0 comments on commit 186dc3e

Please sign in to comment.