8267e3ce99
To avoid potential issues due to large time jumps when NTP first syncs the system time at runtime, this update adds ntpd to the installer rootfs and adds a pre-script to the kickstarts to sync the time from the active controller before starting to install the software. This also ensures that any filesystem timestamps will be accurate right from the node installation. Change-Id: I166c52430cec6ba64e5a33ebde64ee65639d623c Signed-off-by: Don Penney <don.penney@windriver.com>
13 lines
489 B
Plaintext
13 lines
489 B
Plaintext
COPY_LIST="pxe-network-installer//* \
|
|
$CGCS_BASE/mwa-beas/bsp-files/grub.cfg \
|
|
$CGCS_BASE/mwa-beas/bsp-files/kickstarts/post_clone_iso_ks.cfg \
|
|
$SRC_BASE/cgcs-centos-repo/Binary/images/efiboot.img \
|
|
/import/mirrors/CentOS/tis-installer/initrd.img-stx-0.2 \
|
|
/import/mirrors/CentOS/tis-installer/squashfs.img-stx-0.2 \
|
|
/import/mirrors/CentOS/tis-installer/vmlinuz-stx-0.2 \
|
|
"
|
|
|
|
TIS_PATCH_VER=26
|
|
BUILD_IS_BIG=4
|
|
BUILD_IS_SLOW=4
|