Merge "Kickstart updates to resolve prepatching issues"
This commit is contained in:
commit
8344b27b67
@ -22,7 +22,7 @@ anaconda_logdir=/var/log/anaconda
|
||||
mkdir -p $anaconda_logdir
|
||||
|
||||
echo "Mirroring software repository (may take several minutes)..." >/dev/console
|
||||
wget --mirror --no-parent --no-host-directories --reject 'index.html*' --reject '*.log' $feed_url/ -o $anaconda_logdir/wget-feed-mirror.log \
|
||||
wget --recursive --no-parent --no-host-directories --no-clobber --reject 'index.html*' --reject '*.log' $feed_url/ -o $anaconda_logdir/wget-feed-mirror.log \
|
||||
|| report_post_failure_with_logfile $anaconda_logdir/wget-feed-mirror.log
|
||||
|
||||
# Sync patching repository
|
||||
|
@ -1,6 +1,20 @@
|
||||
%packages
|
||||
@core
|
||||
@base
|
||||
-kernel-module-igb-uio-rt
|
||||
-kernel-module-wrs-avp-rt
|
||||
-kernel-rt
|
||||
-kernel-rt-kvm
|
||||
-kernel-rt-tools
|
||||
-kernel-rt-tools-libs
|
||||
-kmod-drbd-rt
|
||||
-kmod-e1000e-rt
|
||||
-kmod-i40e-rt
|
||||
-kmod-ixgbe-rt
|
||||
-kmod-tpm-rt
|
||||
-mlnx-ofa_kernel
|
||||
-mlnx-ofa_kernel-rt-modules
|
||||
-qat16-rt
|
||||
xxxPACKAGE_LISTxxx
|
||||
%end
|
||||
|
||||
|
@ -1,8 +1,19 @@
|
||||
%packages
|
||||
@core
|
||||
@base
|
||||
-kernel-module-igb-uio
|
||||
-kernel-module-wrs-avp
|
||||
-kernel
|
||||
-kernel-tools
|
||||
-kernel-tools-libs
|
||||
-kmod-drbd
|
||||
-kmod-e1000e
|
||||
-kmod-i40e
|
||||
-kmod-ixgbe
|
||||
-kmod-tpm
|
||||
-mlnx-ofa_kernel
|
||||
-mlnx-ofa_kernel-modules
|
||||
-qat16
|
||||
xxxPACKAGE_LISTxxx
|
||||
%end
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
SRC_DIR="${CGCS_BASE}/mwa-beas/bsp-files"
|
||||
COPY_LIST="$PKG_BASE/LICENSE"
|
||||
TIS_PATCH_VER=0
|
||||
TIS_PATCH_VER=1
|
||||
|
Loading…
Reference in New Issue
Block a user