diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-04-26 14:26:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 14:26:12 +0100 |
commit | 97ed73bf355451088ba025b6a022e1d86dc11b37 (patch) | |
tree | e6e586d097ce334a13759e2fef1c0e3d9727aef7 | |
parent | 012a23fbaadbdd3f95199d301fc1f8f8f9e42186 (diff) | |
parent | beb077829b57a28e153e4498c08675c19dd12acd (diff) | |
download | vyos-build-97ed73bf355451088ba025b6a022e1d86dc11b37.tar.gz vyos-build-97ed73bf355451088ba025b6a022e1d86dc11b37.zip |
Merge pull request #341 from zdc/T5182-equuleus
ice: T5182: Included Intel ICE driver to the system
-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 |