From 3467acb2499684ba767667c82dd3ebb8bf174892 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Fri, 18 Feb 2022 18:25:06 +0800 Subject: [PATCH] LAT: add network card kernel modules to initramfs Due to network card is required in initramfs for PXE ostree install, install network card kernel modules to initramfs as many as possible Test Plan: - PASS: Build ISO image - PASS: PXE ostree install over IPv4 - PASS: Boot installed image Story: 2008846 Task: 44544 Signed-off-by: Hongxu Jia Change-Id: Ibe0770d98006719d66145083f2b599269417ec98 --- .../config/debian/common/base-initramfs-bullseye.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian-mirror-tools/config/debian/common/base-initramfs-bullseye.yaml b/debian-mirror-tools/config/debian/common/base-initramfs-bullseye.yaml index 8e0220cfa..e0fa4f35b 100644 --- a/debian-mirror-tools/config/debian/common/base-initramfs-bullseye.yaml +++ b/debian-mirror-tools/config/debian/common/base-initramfs-bullseye.yaml @@ -36,6 +36,9 @@ packages: - grep - grub2 - gzip +- iavf +- ice +- i40e - ifupdown - initramfs-ostree - iproute2