Open jcvenegas opened 6 years ago
Clear Linux config is not updated doing a diff shows :
< # CONFIG_IXGBEVF is not set < # CONFIG_I40E is not set < # CONFIG_I40EVF is not set --- > CONFIG_IXGBEVF=y > CONFIG_I40E=y > CONFIG_I40EVF=y
Yep, those options need to be set in https://github.com/clearlinux-pkgs/linux-container/blob/master/config to match https://github.com/clearcontainers/packaging/blob/master/kernel/kernel-config-4.9.x.
Clear Linux config is not updated doing a diff shows :