From ba65caf5f2b3ead56a0a2e3165957c0f75432009 Mon Sep 17 00:00:00 2001 From: frodo Date: Fri, 22 Nov 2013 04:02:42 +0000 Subject: [PATCH 1/5] an alias for bringing up vm --- fractal | 1 + 1 file changed, 1 insertion(+) create mode 100644 fractal diff --git a/fractal b/fractal new file mode 100644 index 0000000..90ca1a9 --- /dev/null +++ b/fractal @@ -0,0 +1 @@ +alias vagup='cd vagrant;vagrant up' From e83e44d1f225a0b19717db5b9ad6d9c638251f12 Mon Sep 17 00:00:00 2001 From: fractalxaos Date: Mon, 10 Mar 2014 22:28:14 -0700 Subject: [PATCH 2/5] vbox how-to --- How to Upgrade VM Guest Additions | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 How to Upgrade VM Guest Additions diff --git a/How to Upgrade VM Guest Additions b/How to Upgrade VM Guest Additions new file mode 100644 index 0000000..1b5fc77 --- /dev/null +++ b/How to Upgrade VM Guest Additions @@ -0,0 +1,41 @@ +1. Make sure the vagrant virtual machine is shutdown. E.g., in + the devopsbootcamp-vagrant folder type 'vagrant halt'. +2. In your linux host, the start up the VirtualBox GUI. +3. In the GUI select the devopsbootcamp-vagrant_default + virtual machine. +4. In the VirtualBox toolbar click Start. The devopsbootcamp + virtual machine will start up in a new window. Select this + window. +5. In the VirtualBox top menu, select Devices->CD/DVD Devices + ->Choose a virtual CD/DVD disk file... +6. Navigage to the VirtualBox application folder in your host + file system. For Ubuntu users this will normally be located + at /usr/share/virtualbox. +7. Select the file VBoxGuestAdditions.iso. +8. Click Open. +9. In the devopsbootcamp virtual machine window, login as vagrant. +10. In the virtual machine window, run + sudo yum update +11. Then run + sudo yum install kernel-devel +12. Reboot by typing + sudo halt -p +13. Repeat step 4 and login in again as vagrant. +11. Type the following command + sudo mount -t iso9660 /dev/cdrom /media + The device will be mounted read-only - this is ok. +12. Type the command + cd /media + Type ls to see the contents of the iso image you + just mounted. +13. Type the following command + sudo ./VBoxLinuxAdditions.run + The install will fail for Microsoft Windows specific + guest additions. Since devopsbootcamp is a Linux + virtual machine, this is not an issue. +14. Shutdown the devopbootcamp virtual machine by typing + halt -p +15. Test everything by going to your vagrant folder and + starting up using vagrant, e.g., vagrant up. The + guest additions warnings should not appear. + From 2439bb33067865de620c7dd01e3aebed3c9a1175 Mon Sep 17 00:00:00 2001 From: fractalxaos Date: Tue, 11 Mar 2014 17:03:55 -0700 Subject: [PATCH 3/5] How-To file addes --- How to Upgrade VM Guest Additions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to Upgrade VM Guest Additions b/How to Upgrade VM Guest Additions index 1b5fc77..2083189 100644 --- a/How to Upgrade VM Guest Additions +++ b/How to Upgrade VM Guest Additions @@ -26,7 +26,7 @@ The device will be mounted read-only - this is ok. 12. Type the command cd /media - Type ls to see the contents of the iso image you + Type 'ls' to see the contents of the iso image you just mounted. 13. Type the following command sudo ./VBoxLinuxAdditions.run From 2e2eca42f734c141864867c3c5570b1dbf716413 Mon Sep 17 00:00:00 2001 From: fractalxaos Date: Wed, 12 Mar 2014 17:22:23 -0700 Subject: [PATCH 4/5] remove file: fractal --- fractal | 1 - 1 file changed, 1 deletion(-) delete mode 100644 fractal diff --git a/fractal b/fractal deleted file mode 100644 index 90ca1a9..0000000 --- a/fractal +++ /dev/null @@ -1 +0,0 @@ -alias vagup='cd vagrant;vagrant up' From cd37823b5ee961d6fd1b2fc1526699f1bbe4d10a Mon Sep 17 00:00:00 2001 From: Jeff Owrey Date: Sat, 29 Nov 2014 15:52:12 -0800 Subject: [PATCH 5/5] How to file deleted --- How to Upgrade VM Guest Additions | 41 ------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 How to Upgrade VM Guest Additions diff --git a/How to Upgrade VM Guest Additions b/How to Upgrade VM Guest Additions deleted file mode 100644 index 2083189..0000000 --- a/How to Upgrade VM Guest Additions +++ /dev/null @@ -1,41 +0,0 @@ -1. Make sure the vagrant virtual machine is shutdown. E.g., in - the devopsbootcamp-vagrant folder type 'vagrant halt'. -2. In your linux host, the start up the VirtualBox GUI. -3. In the GUI select the devopsbootcamp-vagrant_default - virtual machine. -4. In the VirtualBox toolbar click Start. The devopsbootcamp - virtual machine will start up in a new window. Select this - window. -5. In the VirtualBox top menu, select Devices->CD/DVD Devices - ->Choose a virtual CD/DVD disk file... -6. Navigage to the VirtualBox application folder in your host - file system. For Ubuntu users this will normally be located - at /usr/share/virtualbox. -7. Select the file VBoxGuestAdditions.iso. -8. Click Open. -9. In the devopsbootcamp virtual machine window, login as vagrant. -10. In the virtual machine window, run - sudo yum update -11. Then run - sudo yum install kernel-devel -12. Reboot by typing - sudo halt -p -13. Repeat step 4 and login in again as vagrant. -11. Type the following command - sudo mount -t iso9660 /dev/cdrom /media - The device will be mounted read-only - this is ok. -12. Type the command - cd /media - Type 'ls' to see the contents of the iso image you - just mounted. -13. Type the following command - sudo ./VBoxLinuxAdditions.run - The install will fail for Microsoft Windows specific - guest additions. Since devopsbootcamp is a Linux - virtual machine, this is not an issue. -14. Shutdown the devopbootcamp virtual machine by typing - halt -p -15. Test everything by going to your vagrant folder and - starting up using vagrant, e.g., vagrant up. The - guest additions warnings should not appear. -