Skip to content

Commit

Permalink
[ixgbe]: compile and install ixgbe to 4.9.0-5 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Apr 6, 2018
1 parent 57b8036 commit 726f86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pushd $FILESYSTEM_ROOT/usr/share/initramfs-tools/scripts/init-bottom && sudo pat
sudo chroot $FILESYSTEM_ROOT update-initramfs -u

## Install latest intel ixgbe driver
sudo cp target/debs/ixgbe.ko $FILESYSTEM_ROOT/lib/modules/3.16.0-5-amd64/kernel/drivers/net/ethernet/intel/ixgbe/ixgbe.ko
sudo cp target/debs/ixgbe.ko $FILESYSTEM_ROOT/lib/modules/${LINUX_KERNEL_VERSION}-amd64/kernel/drivers/net/ethernet/intel/ixgbe/ixgbe.ko

## Install docker
echo '[INFO] Install docker'
Expand Down

0 comments on commit 726f86b

Please sign in to comment.