From 23a95386c86c8b02bb9f59b5fead761ef2016a5e Mon Sep 17 00:00:00 2001 From: yidong0635 Date: Mon, 10 Dec 2018 07:18:25 -0500 Subject: [PATCH] vagrant: add examples about installing virtualbox in README.md Add examples for installing guide. Before running a vagrant virtual machine or script, we need this. Signed-off-by: yidong0635 Change-Id: I2f7ad8addf4300e75266d2b6fdf1b065eac0bb7c Reviewed-on: https://review.gerrithub.io/436664 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Karol Latecki Reviewed-by: Liang Yan Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto Reviewed-by: Changpeng Liu --- scripts/vagrant/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/vagrant/README.md b/scripts/vagrant/README.md index b44597ba6..2111c909b 100644 --- a/scripts/vagrant/README.md +++ b/scripts/vagrant/README.md @@ -42,6 +42,17 @@ Quick start instructions for OSX: Following the generic instructions should be sufficient for most Linux distributions. For more thorough instructions on installing VirtualBox on your distribution of choice, please see the following [guide](https://www.virtualbox.org/wiki/Linux_Downloads). + Examples on Fedora26/Fedora27/Fedora28 + +1. yum check-update +2. yum update -y +3. yum install qt* +4. yum install libsdl* +5. rpm -ivh VirtualBox-5.2-5.2.16_123759_fedora26-1.x86_64.rpm (select the right version in https://www.virtualbox.org/wiki/Linux_Downloads) +6. VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-5.2.16.vbox-extpack(install the same pack as your installed version of VirtualBox) +7. rpm -ivh vagrant_2.1.2_x86_64.rpm + + ## Configure Vagrant If you are behind a corporate firewall, configure the following proxy settings.