diff options
author | Yunhong Jiang <yunhong.jiang@linux.intel.com> | 2017-02-27 15:52:54 -0800 |
---|---|---|
committer | Yunhong Jiang <yunhong.jiang@linux.intel.com> | 2017-03-07 15:51:59 -0800 |
commit | 977317100f3b52caafb091ad5924e5dd81982433 (patch) | |
tree | 0cf16b1e84be7bc05051f3e4f2eef9592a72bc7c /fuel-plugin/vagrant/build_fuel_plugin.sh | |
parent | 0c2f88aa2ccffc538c276caac88da6841107bf81 (diff) |
Match the config from ubuntu
As ubuntu 16.04 is using the same version kernel, we try to reuse the
config file from ubuntu server release.
Also added one rpm package required for building the new kernel config.
upstream-status: N/A
Change-Id: I471918eb1840bd36ba569abb63b2fa0b3d2fb4f3
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
Diffstat (limited to 'fuel-plugin/vagrant/build_fuel_plugin.sh')
-rwxr-xr-x | fuel-plugin/vagrant/build_fuel_plugin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel-plugin/vagrant/build_fuel_plugin.sh b/fuel-plugin/vagrant/build_fuel_plugin.sh index 35cb1add9..58ea3ca33 100755 --- a/fuel-plugin/vagrant/build_fuel_plugin.sh +++ b/fuel-plugin/vagrant/build_fuel_plugin.sh @@ -1,6 +1,6 @@ #!/bin/bash sudo apt-get update -y -sudo apt-get install -y ruby-dev rubygems-integration python-pip rpm createrepo dpkg-dev +sudo apt-get install -y ruby-dev rubygems-integration python-pip rpm createrepo dpkg-dev libssl-dev sudo gem install fpm sudo pip install fuel-plugin-builder sudo apt-get install docker.io -y |