Change name of tarball-dl.sh to dl_tarball.sh

This in order to keep consistency between downloader script names
(dl_rpms.sh, dl_other_from_centos_repo.sh and now dl_tarball.sh).

Change-Id: I50d029bced2db6c97039d82f08e1e120476e47d9
Signed-off-by: Marcela Rosales <marcela.a.rosales.jimenez@intel.com>
This commit is contained in:
Marcela Rosales 2018-08-08 09:34:44 -05:00
parent 35c04d7e3f
commit 2f39f98609
2 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ fi
# StarlingX requires a group of source code pakages, in this section
# they will be downloaded.
echo "step #4: start downloading tarball compressed files"
./tarball-dl.sh
./dl_tarball.sh
echo "IMPORTANT: The following 3 files are just bootstrap versions. Based"
echo "on them, the workable images for StarlingX could be generated by"