aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/vagrant/bootstrap.ubuntu1404.sh
diff options
context:
space:
mode:
authorKeith Burns (alagalah) <alagalah@gmail.com>2016-02-19 06:18:46 +0100
committerKeith Burns (alagalah) <alagalah@gmail.com>2016-02-19 06:52:26 +0100
commit525d5957f0c449cbf677b9875d8bce1b10929c69 (patch)
treed42c1e607aa3616166a5692808c427608de7e9fd /build-root/vagrant/bootstrap.ubuntu1404.sh
parent328e99b1e28b56dec2dedc4cae68bbaa49454429 (diff)
Add GDB and GDB Server to bootstrap files
Validated following images used do not contain gdb, gdbserver: puppetlabs/centos-7.0-64-nocm puppetlabs/ubuntu-14.04-64-nocm Note that centos7 does not include emacs Change-Id: I091a64a7c667e081574763537de724f9feaae0dc Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Diffstat (limited to 'build-root/vagrant/bootstrap.ubuntu1404.sh')
-rw-r--r--build-root/vagrant/bootstrap.ubuntu1404.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/vagrant/bootstrap.ubuntu1404.sh b/build-root/vagrant/bootstrap.ubuntu1404.sh
index d6729073..2b6bbcb0 100644
--- a/build-root/vagrant/bootstrap.ubuntu1404.sh
+++ b/build-root/vagrant/bootstrap.ubuntu1404.sh
@@ -10,7 +10,7 @@ apt-get upgrade -y
sudo update-alternatives --install /bin/sh sh /bin/bash 100
# Install build tools
-apt-get install -y build-essential autoconf automake bison libssl-dev ccache libtool git dkms debhelper emacs libganglia1-dev libapr1-dev libconfuse-dev git-review
+apt-get install -y build-essential autoconf automake bison libssl-dev ccache libtool git dkms debhelper emacs libganglia1-dev libapr1-dev libconfuse-dev git-review gdb gdbserver
# Install other stuff
# apt-get install -y qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils