b146f94c9a
Updates the 51-install-tgt and 52-install-busybox files in both the deploy-ironic and deploy-baremetal elements so that they have unique names. While an end user would never use these elements at the same time we should always use unique names for things per DIB conventions. Change-Id: I8926870e45849341c10b2d479ddee45f9b625e2b
7 lines
59 B
Bash
Executable File
7 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
install-packages tgt
|