From 7c127f28a8736dd7657c21cf58685af6c7c93a70 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 13 Sep 2016 12:46:30 -0300 Subject: vagrant: Add Debian Jessie support. Now, vagrant up will test both Fedora 23 and Debian Jessie (8.0), which uses Linux 3.16. Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: Joe Stringer --- Vagrantfile | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 843d88c9c..72f224c6e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,11 +13,26 @@ dnf -y install autoconf automake openssl-devel libtool \ wget python-six pyftpdlib checkpolicy selinux-policy-devel \ libcap-ng-devel kernel-devel-`uname -r` ethtool echo "search extra update built-in" >/etc/depmod.d/search_path.conf -cd /vagrant -./boot.sh +SCRIPT + +$bootstrap_debian = <