From d4409383d4fd1d5fb9656f61548547c2784836d4 Mon Sep 17 00:00:00 2001 From: Babak Sarashki Date: Fri, 12 Feb 2021 00:18:46 +0000 Subject: [PATCH] build-tools: include ICE driver for E810 in the installer This commit adds ice driver (version 1.2.1) to iso. This is needed for network boot. Story: 2008436 Task: 41398 Depends-On: https://review.opendev.org/c/starlingx/kernel/+/776262 Signed-off-by: Babak Sarashki Change-Id: I233174df1da5b2c86e6684289663bec775e049eb --- build-tools/update-pxe-network-installer | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/update-pxe-network-installer b/build-tools/update-pxe-network-installer index a636cc65..83ccd82b 100755 --- a/build-tools/update-pxe-network-installer +++ b/build-tools/update-pxe-network-installer @@ -100,6 +100,7 @@ find_and_copy_rpm 'e1000e kernel module' 'kmod-e1000e-[0-9]*.x86_64. find_and_copy_rpm 'i40e kernel module' 'kmod-i40e-[0-9]*.x86_64.rpm' std "$kernel_rpms_std" find_and_copy_rpm 'ixgbe kernel module' 'kmod-ixgbe-[0-9]*.x86_64.rpm' std "$kernel_rpms_std" find_and_copy_rpm 'mlnx-ofa kernel module' 'mlnx-ofa_kernel-modules-[0-9]*.x86_64.rpm' std "$kernel_rpms_std" +find_and_copy_rpm 'ice kernel module' 'kmod-ice-[0-9]*.x86_64.rpm' std "$kernel_rpms_std" echo " -------- successfully found standard kernel rpm and related kernel modules --------" echo ""