integ/ostree/initramfs-ostree/debian/patches/series
Jiping Ma 8bb380ed7a initramfs-ostree: Support the driver switch in install
This commit supports switch drivers in installer.  It will
load drivers based on multi-drivers-switch=versioni[cvl-2.54,
cvl-4.10, cvl-4.0.1], the drivers will be loaded by "insmod"
command before udevd is started, and that ensures the correct
drivers will be loaded.

Legacy drivers:
ls /lib/modules/$(uname -r)/extra/
i40e-cvl-2.54  iavf-cvl-2.54  ice-cvl-2.54
i40e-cvl-4.10  iavf-cvl-4.10  ice-cvl-4.10

Latest drivers:
/lib/modules/$(uname -r)/updates/
i40e-cvl-4.0.1  iavf-cvl-4.0.1  ice-cvl-4.0.1

Testing:
- An ISO image can be built successfully.
- Create prestage ISO and install this ISO image with qemu.
  Create prestage ISO including the multi-drivers-switch=cvl-2.54
  parameter.
- kernel dmesg show that the cvl-2.54 NIC drivers loaded during
  the install stage.

Closes-Bug: 2024429

Signed-off-by: Jiping Ma <jiping.ma2@windriver.com>
Change-Id: I928f70c3abda709322c3a71a9a695df53905f486
2023-06-25 02:29:20 -04:00

16 lines
804 B
Plaintext

0001-Prevent-auto-expansion-of-fluxdata-partition.patch
0002-Make-boot-efi-mount-as-rw.patch
0003-debian-set-default-size-variables-in-install-script.patch
0004-Wait-for-devices-to-be-configured-after-boot.patch
0005-init-ostree-install.sh-break-hardlinks-in-var.patch
0006-Add-support-for-StarlingX-partitioning-formatting.patch
0007-Make-driver-switch-more-adaptable.patch
0008-Allow-specifying-boot-root-devices-for-installs.patch
0009-Allow-specifying-var-device-for-installs.patch
0010-Add-Installer-and-Init-Multipath-support.patch
0011-Add-H-W-Settle-time-to-installer-init.patch
0012-installer-inc-number-of-digits-in-scripts-names.patch
0013-Rsync-the-ostree-repo-before-pulling.patch
0014-init-ostree-install.sh-support-boot-option-inst.ks-f.patch
0015-Support-driver-switch-in-installer.patch