-
-
Save zokeber/8312885 to your computer and use it in GitHub Desktop.
Revisions
-
hakjoon revised this gist
Jan 23, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,4 +13,4 @@ vagrant halt vagrant package # For lucid32 and VirtualBox 4.1.8 if kernel errors sudo apt-get install dkms build-essential linux-headers-`uname -r` -
hakjoon revised this gist
Apr 25, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # On Vagrant Box wget -c \ http://download.virtualbox.org/virtualbox/4.1.12/VBoxGuestAdditions_4.1.12.iso \ -O VBoxGuestAdditions_4.1.12.iso sudo mount VBoxGuestAdditions_4.1.12.iso -o loop /mnt -
hakjoon revised this gist
Apr 25, 2012 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ # On Vagrant Box wget -c \ http://download.virtualbox.org/virtualbox/4.1.8/VBoxGuestAdditions_4.1.12.iso \ -O VBoxGuestAdditions_4.1.12.iso sudo mount VBoxGuestAdditions_4.1.12.iso -o loop /mnt sudo sh /mnt/VBoxLinuxAdditions.run --nox11 rm *.iso -
hakjoon revised this gist
Feb 6, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,4 +13,4 @@ vagrant halt vagrant package # For lucid32 and VirtualBox 4.1.8 if kernel errors sudo apt-get install dkms build-essential linux-headers-{kernel-version}-generic -
hakjoon revised this gist
Feb 6, 2012 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ # On Vagrant Box wget -c \ http://download.virtualbox.org/virtualbox/4.1.8/VBoxGuestAdditions_4.1.8.iso \ -O VBoxGuestAdditions_4.1.8.iso sudo mount VBoxGuestAdditions_4.1.8.iso -o loop /mnt sudo sh /mnt/VBoxLinuxAdditions.run --nox11 rm *.iso @@ -12,5 +12,5 @@ rm *.iso vagrant halt vagrant package # For lucid32 and VirtualBox 4.1.8 if kernel errors sudo apt-get install dkms build-essential linux-headers-generic -
hakjoon revised this gist
Feb 3, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,4 +13,4 @@ vagrant halt vagrant package # For lucid32 and VirtualBox 4.1.4 if kernel errors sudo apt-get install dkms build-essential linux-headers-generic -
hakjoon revised this gist
Feb 3, 2012 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,7 @@ rm *.iso # After Update on host vagrant halt vagrant package # For lucid32 and VirtualBox 4.1.4 if kernel errors sudo apt-get install linux-headers-2.6.32-33-generic -
hakjoon revised this gist
Nov 3, 2011 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,13 @@ # On Vagrant Box wget -c \ http://download.virtualbox.org/virtualbox/4.1.4/VBoxGuestAdditions_4.1.4.iso \ -O VBoxGuestAdditions_4.1.4.iso sudo mount VBoxGuestAdditions_4.1.4.iso -o loop /mnt sudo sh /mnt/VBoxLinuxAdditions.run --nox11 rm *.iso # After Update on host vagrant halt vagrant package -
hakjoon created this gist
Nov 3, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ wget -c \ http://download.virtualbox.org/virtualbox/4.1.4/VBoxGuestAdditions_4.1.4.iso \ -O VBoxGuestAdditions_4.1.4.iso sudo mount VBoxGuestAdditions_4.1.4.iso -o loop /mnt sudo sh /mnt/VBoxLinuxAdditions.run --nox11 rm *.iso