Skip to content

Instantly share code, notes, and snippets.

@zokeber
Forked from hakjoon/gist:1336655
Created January 8, 2014 07:01
Show Gist options
  • Select an option

  • Save zokeber/8312885 to your computer and use it in GitHub Desktop.

Select an option

Save zokeber/8312885 to your computer and use it in GitHub Desktop.

Revisions

  1. @hakjoon hakjoon revised this gist Jan 23, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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
    sudo apt-get install dkms build-essential linux-headers-`uname -r`
  2. @hakjoon hakjoon revised this gist Apr 25, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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.8/VBoxGuestAdditions_4.1.12.iso \
    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
  3. @hakjoon hakjoon revised this gist Apr 25, 2012. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions gistfile1.sh
    Original 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
    http://download.virtualbox.org/virtualbox/4.1.8/VBoxGuestAdditions_4.1.12.iso \
    -O VBoxGuestAdditions_4.1.12.iso

    sudo mount VBoxGuestAdditions_4.1.8.iso -o loop /mnt
    sudo mount VBoxGuestAdditions_4.1.12.iso -o loop /mnt
    sudo sh /mnt/VBoxLinuxAdditions.run --nox11

    rm *.iso
  4. @hakjoon hakjoon revised this gist Feb 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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-generic
    sudo apt-get install dkms build-essential linux-headers-{kernel-version}-generic
  5. @hakjoon hakjoon revised this gist Feb 6, 2012. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gistfile1.sh
    Original 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.4/VBoxGuestAdditions_4.1.4.iso \
    -O VBoxGuestAdditions_4.1.4.iso
    http://download.virtualbox.org/virtualbox/4.1.8/VBoxGuestAdditions_4.1.8.iso \
    -O VBoxGuestAdditions_4.1.8.iso

    sudo mount VBoxGuestAdditions_4.1.4.iso -o loop /mnt
    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.4 if kernel errors
    # For lucid32 and VirtualBox 4.1.8 if kernel errors
    sudo apt-get install dkms build-essential linux-headers-generic
  6. @hakjoon hakjoon revised this gist Feb 3, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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 linux-headers-2.6.32-33-generic
    sudo apt-get install dkms build-essential linux-headers-generic
  7. @hakjoon hakjoon revised this gist Feb 3, 2012. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,7 @@ rm *.iso

    # After Update on host
    vagrant halt
    vagrant package
    vagrant package

    # For lucid32 and VirtualBox 4.1.4 if kernel errors
    sudo apt-get install linux-headers-2.6.32-33-generic
  8. @hakjoon hakjoon revised this gist Nov 3, 2011. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion gistfile1.sh
    Original 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
    rm *.iso

    # After Update on host
    vagrant halt
    vagrant package
  9. @hakjoon hakjoon created this gist Nov 3, 2011.
    8 changes: 8 additions & 0 deletions gistfile1.sh
    Original 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