integ/ostree/initramfs-ostree/debian
Jiping Ma e904332f50 Make sure the default driver is the in-tree drivers
We put the out of tree drivers *.ko to weak-updates folder to make
sure the in-tree drivers will be loaded by default in the original
design. But we found the default drivers will be the OOT drivers
in some situation, which is not that we want.

The issue is same as https://access.redhat.com/solutions/3536351
where third-party kernel modules are loaded from "weak-updates"
instead of "kernel" because "depmod -a" wasn't called after
installation.

Verification:
1. There is not out-of-tree-drivers in the boot commandline. Make
   sure the ice, iavf and i40e will be loaded with the in-tree
   drivers.
2. out-of-tree-drivers=ice, make sure the iavf and i40e will be
   loaded with the in-tree driver.
3. out-of-tree-drivers=ice,iavf,i40e make sure the three drivers
   will be loaded with the OOT drivers.

Story: 2011056
Task: 51061

Change-Id: I09911490ffc9a8a690100d3b92102edab8d58328
Signed-off-by: Jiping Ma <jiping.ma2@windriver.com>
2024-10-17 01:08:52 +00:00
..
deb_patches debian: initramfs-ostree - Initial AIO partition/format support 2022-02-02 06:38:09 -05:00
patches Make sure the default driver is the in-tree drivers 2024-10-17 01:08:52 +00:00
dl_hook ostree: use tarballs to replace the meta-lat and ostree in manifest 2022-01-11 16:14:10 +08:00
meta_data.yaml Debian: initramfs-ostree: upgrade to version 20220518 2022-05-18 16:29:42 +08:00