diff options
author | zsdc <taras@vyos.io> | 2023-04-26 13:44:48 +0300 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2023-04-26 13:44:48 +0300 |
commit | beb077829b57a28e153e4498c08675c19dd12acd (patch) | |
tree | e6e586d097ce334a13759e2fef1c0e3d9727aef7 | |
parent | 8f78333e6dcfe04a1a5f518d325e15dc1f92c4a4 (diff) | |
download | vyos-build-beb077829b57a28e153e4498c08675c19dd12acd.tar.gz vyos-build-beb077829b57a28e153e4498c08675c19dd12acd.zip |
ice: T5182: Included Intel ICE driver to the system
Intel ICE driver for E810 Ethernet Controllers is included in the
list of requirements for images and initramfs.
-rwxr-xr-x | data/live-build-config/includes.chroot/etc/initramfs-tools/hooks/10-vyos-addons | 2 | ||||
-rw-r--r-- | data/package-lists/vyos-x86.list.chroot | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/live-build-config/includes.chroot/etc/initramfs-tools/hooks/10-vyos-addons b/data/live-build-config/includes.chroot/etc/initramfs-tools/hooks/10-vyos-addons index d533eaca..5d67ede9 100755 --- a/data/live-build-config/includes.chroot/etc/initramfs-tools/hooks/10-vyos-addons +++ b/data/live-build-config/includes.chroot/etc/initramfs-tools/hooks/10-vyos-addons @@ -14,7 +14,7 @@ esac # Begin real processing below this line # include listed modules to initramfs but not load them without the necessity -manual_add_modules igb ixgbe ixgbevf i40e i40evf +manual_add_modules igb ixgbe ixgbevf i40e i40evf ice # include modules from file (one per line) to initramfs but not load them without the necessity # add_modules_from_file /tmp/modlist diff --git a/data/package-lists/vyos-x86.list.chroot b/data/package-lists/vyos-x86.list.chroot index efe18feb..8824e134 100644 --- a/data/package-lists/vyos-x86.list.chroot +++ b/data/package-lists/vyos-x86.list.chroot @@ -7,3 +7,4 @@ vyos-1x-vmware vyos-linux-firmware vyos-intel-qat wireguard-modules +vyos-drivers-intel-ice |