176ae7bff6
uses upstream's stage4 images, includes all the needed bells and whistles for openstack on kvm. Change-Id: Ibca43173c30c2a74a73a2e2d9dd6d6d832c62694 Closes-Bug: 1530911
10 lines
163 B
Bash
Executable File
10 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
|
|
set -x
|
|
fi
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
install -m 0755 -o root -g root $(dirname $0)/../bin/* /usr/local/bin
|