diskimage-builder/elements/fedora/install.d/01-install-deps
Derek Higgins 864e209bfa Install tcpdump on Fedora
Tcpdump has a fairly small footprint and should be installed to all
images (it currently is on the ubuntu image by default). Sometimes the
reason you need it is also the reason its to late to get it.

Change-Id: I4849157515b389d534bdee755cdac6b0768fcb29
2014-01-10 14:16:30 +00:00

7 lines
152 B
Bash
Executable File

#!/bin/bash
# Install any packages in this file that may not be in the fedora
# image but could reasonably be expected
install-packages which tcpdump