94f07c5962
Have the fedora element use the common steps in the redhat-common element. Change-Id: Ic71b11c03b5c3868cc9e82e049f2700c1b67263a
6 lines
172 B
Bash
Executable file
6 lines
172 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 lsof
|