aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-03-01 12:04:01 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-03-01 12:52:48 +0530
commit8fb3ddf8a94cdbce02e575c2582706bb4e971be4 (patch)
tree25d578c737d90b1d0d2828b385b191ac2db5bbd3
parent661904faed4f54859cdf8728db152f4f32fc6caa (diff)
sgi/install_sgi_prerequisites: rename as install_prerequisites
As this script can be used on other variants of Arm's infra/enterprise reference platforms, rename this script as install_prerequisites.sh Change-Id: I52205e3f093094e253c0ffbfe9eab6ecd0f2900c Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rwxr-xr-xsgi/install_prerequisites.sh (renamed from sgi/install_sgi_prerequisites.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sgi/install_sgi_prerequisites.sh b/sgi/install_prerequisites.sh
index 81c0ab4..6b16934 100755
--- a/sgi/install_sgi_prerequisites.sh
+++ b/sgi/install_prerequisites.sh
@@ -94,7 +94,7 @@ APT_PACKAGES_ENTERPRISE=(
"sbsigntool"
)
-LOGFILE="./sgipkg_install.log"
+LOGFILE="./refinfra_pkg_install.log"
APT_PACKAGES_TO_INSTALL=( )
APT_PACKAGES_FAILED=( )