5a44b5be49
Update pxeboot-update script to accept parameter for installer base URL Add a common function to parse the port number from inst.repo Update pxeboot and kickstart URLs to support a configurable HTTP port Story: 2004642 Task: 28593 Depends-On: https://review.openstack.org/#/c/634237/ Change-Id: Ibd66e89e49794ca57b938eb43d227860eda6674a Signed-off-by: Tao Liu <tao.liu@windriver.com>
13 lines
444 B
Plaintext
13 lines
444 B
Plaintext
COPY_LIST="pxe-network-installer/* \
|
|
$GIT_BASE/bsp-files/grub.cfg \
|
|
$GIT_BASE/bsp-files/kickstarts/post_clone_iso_ks.cfg \
|
|
$SRC_BASE/cgcs-centos-repo/Binary/images/efiboot.img \
|
|
/import/mirrors/CentOS/stx-installer/initrd.img \
|
|
/import/mirrors/CentOS/stx-installer/squashfs.img \
|
|
/import/mirrors/CentOS/stx-installer/vmlinuz \
|
|
"
|
|
|
|
TIS_PATCH_VER=28
|
|
BUILD_IS_BIG=4
|
|
BUILD_IS_SLOW=4
|