ed15edf165
Add an element intended for use in both Fedora and RHEL. This allows them to share install steps that are common to both. Change-Id: Ie4e820a7b777b8701514351b1f802cfe57c3812e
6 lines
167 B
Bash
Executable file
6 lines
167 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Install any packages in this file that may not be in the base cloud
|
|
# image but could reasonably be expected
|
|
|
|
install-packages which tcpdump traceroute
|